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

qicosmos/ormpp

modern C++ ORM, C++17, support mysql, postgresql,sqlite observed · 2026-08-28

github.com/qicosmos/ormpp · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

87/100

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

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

  • gap_med: 206.5
  • age_days: 3224
  • days_rel: 35
  • days_push: 7
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1512 stars · 301 forks observed · 2026-08-28

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

ormpp is a modern C++17 header-only ORM library that provides a unified API for MySQL, PostgreSQL, and SQLite. It uses compile-time reflection to map C++ structs to database tables, with type-safe chained query building, connection pooling, and async MySQL support.

Use cases

  • map C++ structs to database tables without writing SQL boilerplate
  • switch between mysql, postgresql, and sqlite with a unified API
  • build type-safe SQL queries with chained calls
  • pool database connections with health checks
  • run async non-blocking MySQL queries
  • encrypt SQLite databases with SQLCipher

When to choose

  • you want a header-only C++ ORM with no build step
  • you need to support multiple databases behind one interface
  • you prefer compile-time reflection over runtime ORM overhead
  • you want type-safe query construction checked at compile time

When to avoid

  • you need databases other than mysql, postgresql, or sqlite
  • you need a mature ORM with extensive tooling and migrations like heavier frameworks
  • your project cannot use C++17 or newer compilers

Facets

library · maturity active

orm database-driver serialization databases backend developer-tools windows cpp cross-platform header-only mysql postgresql sqlite compile-time-reflection connection-pool async-mysql sqlcipher aop c++17 linux macos

1 source

Member repositories

RepositoryRoleHealth v2
qicosmos/ormppmain87

For agents

markdown · JSON · MCP: product_card(name="qicosmos/ormpp")

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