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

OP-Engineering/op-sqlite

Fastest SQLite library for react-native by @ospfranco observed · 2026-08-28

github.com/OP-Engineering/op-sqlite · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 98
  • Release rhythm 86
  • Longevity 73
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: 2
  • age_days: 1031
  • days_rel: 12
  • days_push: 12
  • n_releases_24m: 120

Full methodology

Adoption not part of the score

1032 stars · 86 forks observed · 2026-08-28

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

A high-performance SQLite library for React Native built on JSI, supporting iOS, Android, macOS, and web. It offers compile-time targets for SQLCipher, LibSQL, and Turso, plus plugins like FTS5, RTree, and sqlite-vec, reactive queries, and a built-in key-value store.

Use cases

  • store data locally in a react native app with sqlite
  • fast sqlite database for react native
  • encrypt the local database with sqlcipher in react native
  • use turso or libsql from a react native app
  • full-text search in a mobile app database
  • run vector search locally with sqlite-vec
  • reactive queries that update the ui when data changes
  • simple key-value storage without extra dependencies

When to choose

  • you need the fastest possible sqlite access in react native via JSI
  • you need encryption (SQLCipher), Turso/LibSQL support, or FTS5/RTree/sqlite-vec plugins
  • you want reactive queries or runtime extension loading in a mobile app

When to avoid

  • you are not building a React Native (or web) app
  • you need an ORM with migrations and schema management out of the box
  • you target platforms like Windows or desktop Linux, which are not listed as supported

Facets

library · maturity active

database database-driver orm databases mobile-development web-development developer-tools cross-platform react-native sqlite jsi sqlcipher libsql turso fts5 key-value-store reactive-queries ios android macos web

1 source

Member repositories

RepositoryRoleHealth v2
OP-Engineering/op-sqlitemain89

For agents

markdown · JSON · MCP: product_card(name="OP-Engineering/op-sqlite")

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