Ross ROSS = Recommend OSS · open-source software intelligence for agents

SRombauts/SQLiteCpp

SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. observed · 2026-08-28

github.com/SRombauts/SQLiteCpp · homepage · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 99
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5256
  • days_rel: 470
  • days_push: 8
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2780 stars · 572 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

SQLiteC++ (SQLiteCpp) is a lean, easy-to-use C++ wrapper around the native C APIs of SQLite3, offering intuitive, well-documented C++ classes. It uses RAII and exceptions, keeps dependencies minimal (C++11 STL and SQLite3), and is portable and MIT-licensed.

Use cases

  • use sqlite from c++ without raw c api calls
  • embed a lightweight sql database in a c++ application
  • execute sql queries with prepared statements in c++
  • manage sqlite transactions with raii in c++
  • store and query local data in a cross-platform c++ app
  • wrap sqlite3 with exception-based error handling

When to choose

  • you need a modern C++11 interface to SQLite with RAII and exceptions
  • you want minimal dependencies and a light, fast embedded database layer
  • you need a permissive MIT license for commercial use
  • you want a well-documented, well-maintained wrapper with good test coverage

When to avoid

  • you need an ORM with schema migrations and entity mapping
  • you require a client-server SQL database rather than embedded SQLite
  • you need full thread-safety beyond SQLite's multi-thread mode
  • your project does not use C++11 or newer

Facets

library · maturity stable

database-driver database databases developer-tools cross-platform cpp cross-platform windows sqlite sqlite3 cpp raii database-wrapper c-plus-plus linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
SRombauts/SQLiteCppmain67

For agents

markdown · JSON · MCP: product_card(name="SRombauts/SQLiteCpp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem