electric-sql/pglite
Embeddable Postgres with real-time, reactive bindings. observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 99
- Release rhythm 87
- Longevity 66
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: 0.0
- age_days: 926
- days_rel: 7
- days_push: 7
- n_releases_24m: 379
Adoption not part of the score
15925 stars · 437 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PGlite is a WASM build of PostgreSQL packaged as a TypeScript client library that runs a full Postgres database in the browser, Node.js, Bun, and Deno with no other dependencies. It supports persistence to the filesystem or IndexedDB, reactive live queries, and Postgres extensions like pgvector and PostGIS.
Use cases
- run postgres in the browser
- embed a local database in a javascript app
- fast postgres for unit and CI tests
- local-first app with realtime sync
- on-device vector search for RAG
- lightweight local postgres for development
- ephemeral in-memory sql database for edge functions
When to choose
- you need real Postgres (SQL, extensions, pgvector) running client-side or at the edge without a server
- you want fast, isolated per-test Postgres instances in unit or CI testing
- you're building local-first or offline-capable apps with reactive queries
- you want a zero-install local Postgres for development
When to avoid
- you need a production server-grade Postgres with multi-user concurrent access
- your app requires a database larger than browser memory/storage limits
- you need native Postgres performance or features not available in the WASM build
- your stack is not JavaScript/TypeScript
Facets
library · maturity active
database vector-database wasm databases web-development developer-tools browser bun wasm cross-platform postgres embedded-database local-first pgvector postgis typescript in-browser-database edge-computing retrieval-augmented-generation nodejs deno
4 sources
- readme: https://github.com/electric-sql/pglite · fetched 2026-08-28 · a85c0e49c59f
- homepage: https://pglite.dev · fetched 2026-08-29 · 5d199f0edeac
- site_page: https://pglite.dev/docs/about · fetched 2026-08-29 · 626b9dfadcfc
- site_page: https://pglite.dev/docs · fetched 2026-08-29 · 2c8fd9263efc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| electric-sql/pglite | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="electric-sql/pglite")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem