PGlite is a lightweight, WebAssembly (WASM) build of Postgres designed to run directly in JavaScript environments such as browsers, Node.js, Bun, and Deno, without the need for additional dependencies. It allows developers to run Postgres in-memory or with persistence to IndexedDB or local file systems, offering a simple yet powerful solution for local-first, real-time applications. At under 3MB gzipped, PGlite is optimized for efficiency and includes dynamic extension loading, support for pgvector, and real-time sync capabilities with ElectricSQL. It's ideal for building reactive apps with live queries and syncing data between a cloud Postgres instance and a local PGlite database.
Features
- WASM Postgres: Runs Postgres in browsers and JavaScript environments
- Real-time sync: Syncs data between cloud Postgres and embedded PGlite
- Live queries: Supports reactive queries for real-time applications
- Persistence: Offers options for in-memory databases or IndexedDB/local storage
- Dynamic extensions: Supports custom extensions, including pgvector
Categories
DatabaseLicense
Apache License V2.0Follow PGlite
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PGlite!