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

fnc12/sqlite_orm

❤️ SQLite ORM light header only library for modern C++ observed · 2026-08-28

github.com/fnc12/sqlite_orm · C++ · AGPL-3.0 (copyleft) 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: 3543
  • days_rel: 576
  • days_push: 7
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2691 stars · 343 forks observed · 2026-08-28

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

A lightweight, header-only SQLite ORM library for modern C++ (C++14/17/20). It lets you perform CRUD operations and queries with an intuitive, type-safe API without writing raw SQL strings.

Use cases

  • map C++ classes to SQLite tables without writing SQL
  • perform CRUD operations on a local SQLite database from C++
  • persist application data in C++ with a type-safe ORM
  • query SQLite with a fluent one-line-per-query API
  • embed a lightweight database layer in a C++ application

When to choose

  • you use modern C++ (14/17/20) and want a header-only SQLite ORM
  • you want to avoid raw SQL strings and macros in your data layer
  • you need a lightweight embedded database with no external dependencies

When to avoid

  • you need a client-server database like PostgreSQL or MySQL
  • your project is closed-source and you cannot accept AGPL or pay for the MIT license
  • you need a full-featured ORM with migrations and multi-database support

Facets

library · maturity active

orm database database-driver databases developer-tools backend cpp cross-platform sqlite header-only c-plus-plus crud modern-cpp sql

1 source

Member repositories

RepositoryRoleHealth v2
fnc12/sqlite_ormmain67

For agents

markdown · JSON · MCP: product_card(name="fnc12/sqlite_orm")

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