glommer/pgmicro
An in-process reimplementation of PostgreSQL, backed by a SQLite-compatible storage engine observed · 2026-08-28
Health v2 · maintenance only
58/100
- Activity 96
- Release rhythm 35
- Longevity 11
Flags: no_releases young
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: 160
- days_rel: n/a
- days_push: 25
- n_releases_24m: 0
Adoption not part of the score
1203 stars · 27 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An in-process reimplementation of PostgreSQL in Rust, backed by a SQLite-compatible storage engine, built as an experimental fork of Turso. It parses PostgreSQL SQL with PostgreSQL's own parser and compiles it to SQLite bytecode, offering an embeddable single-file database that speaks PostgreSQL.
Use cases
- run postgres-compatible queries in an embedded single-file database
- give ai agents ephemeral scratch databases without a server
- use postgresql syntax and type system without running a postgres server
- embed a lightweight database in a rust application
- replace sqlite with postgres-compatible semantics in-process
When to choose
- you want postgresql dialect in an embeddable, serverless database
- you need ephemeral per-task or per-user databases for agents
- you prefer rust and a single-file storage engine over a full postgres install
When to avoid
- you need full postgres features, extensions, or production parity
- you want active development - it has merged into Turso
- you need multi-client server deployments with process-per-connection
Facets
library · maturity maintenance
database database-driver parser databases developer-tools rust cross-platform embedded postgresql sqlite embedded-database turso in-process
1 source
- readme: https://github.com/glommer/pgmicro · fetched 2026-08-28 · 084cec96d0e8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| glommer/pgmicro | main | 58 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem