PGlite icon
PGlite icon

PGlite

PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js, Bun and Deno, with no need to install any other dependencies. It is only 3mb gzipped and has support for many Postgres extensions, including...

PGlite screenshot 1

Cost / License

Platforms

  • Self-Hosted
  • Typescript
  • PostgreSQL
PGlite screenshot 1

Features

  1.  Embeddable
  2.  Support for WebAssembly
  3.  Support for Typescript

PGlite News & Activities

Highlights All activities

Recent activities

  • POX added PGlite

PGlite information

AlternativeTo Category

Development

GitHub repository

  •  14,956 Stars
  •  369 Forks
  •  146 Open Issues
  •   Updated  
View on GitHub
PGlite was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is PGlite?

PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js, Bun and Deno, with no need to install any other dependencies. It is only 3mb gzipped and has support for many Postgres extensions, including pgvector.

It can be used as an ephemeral in-memory database, or with persistence either to the file system (Node/Bun/Deno) or indexedDB (Browser).

Unlike previous "Postgres in the browser" projects, PGlite does not use a Linux virtual machine - it is simply Postgres in WASM.