RADLib
RADical C++ application framework

RADDatabase provides a compact SQLite wrapper for application data, settings, browser-style history/bookmark stores, local caches, and embedded metadata.

Core features:

  • Connection ownership through RADSqlDatabase.
  • Prepared statements through RADSqlStatement.
  • Explicit result objects and transaction helpers.
  • No hidden exception flow for routine SQL failures.