Back to Explore

electric-sql/pglite

GitHub
10 updates · last 90 days1 watchersOpen source

Last release: 5 days ago

PGlite is an embeddable, WASM-based build of Postgres packaged as a TypeScript client library, letting you run Postgres in the browser, Node.js, Bun, and Deno without installing other dependencies. It supports reactive, realtime use and can run as an in-memory database or with persistence to indexedDB (browser) or the filesystem (Node/Bun/Deno).

Project status

  • The repository appears actively maintained, with an upstream push on 2026-06-04 and multiple package updates published on 2026-06-02 (core and Vue wrapper).
  • The apparent update cadence (based on the provided data) looks very active in the short term, with updates clustered within the same day, including a patch-level core update (0.5.0 to 0.5.1) and dependent extension redeploys.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • @electric-sql/pglite-tools@0.4.1

    5 days ago

    This is a patch release of @electric-sql/pglite-tools that updates its dependency on @electric-sql/pglite to version 0.5.1. No direct behavioral or API changes are documented in the release notes for @electric-sql/pglite-tools itself.

  • @electric-sql/pglite-repl@0.4.1

    5 days ago

    This patch release updates the @electric-sql/pglite and @electric-sql/pglite-react dependencies. No new features, bug fixes, or breaking changes are explicitly described in the release notes for @electric-sql/pglite-repl itself.

  • @electric-sql/pglite-vue@0.4.1

    5 days ago

    This is a patch release of @electric-sql/pglite-vue. It only updates underlying dependencies, moving to @electric-sql/pglite v0.5.1 and @electric-sql/pglite-pgvector v0.0.2, without any additional features or fixes called out in the release notes.

  • @electric-sql/pglite-react@0.4.1

    5 days ago

    This is a patch release of @electric-sql/pglite-react (0.4.1). The only noted change is an update to its dependency on @electric-sql/pglite, now using version 0.5.1.

  • @electric-sql/pglite@0.5.1

    5 days ago

    This patch release updates the core @electric-sql/pglite package version to 0.5.1 and triggers redeployment and version bumps of several external PGlite extension packages. The release notes only mention “fix PGlite version; redeploy external extensions,” and do not describe any API or behavior changes.

  • @electric-sql/pglite-prepopulatedfs@0.5.1

    5 days ago

    This is a patch release of @electric-sql/pglite-prepopulatedfs. The release notes indicate it only updates dependencies, specifically bumping @electric-sql/pglite to version 0.5.1, with no additional features or behavioral changes documented here.

  • @electric-sql/pglite-postgis@0.2.1

    5 days ago

    This release is a patch bump of @electric-sql/pglite-postgis to version 0.2.1. The only noted change is an update to its dependency, @electric-sql/pglite@0.5.1.

  • @electric-sql/pglite-socket@0.2.1

    5 days ago

    This patch release of @electric-sql/pglite-socket primarily updates related @electric-sql/pglite packages to newer versions. No direct API changes or behavioral modifications are described in the release notes.

  • @electric-sql/pglite-sync@0.6.1

    5 days ago

    This release (@electric-sql/pglite-sync@0.6.1) is a patch update that only bumps a dependency. No new features or behavioral changes are described in the release notes beyond updating @electric-sql/pglite to version 0.5.1.

  • @electric-sql/pglite@0.5.0

    5 days ago

    This release upgrades the embedded PostgreSQL engine to Postgres 18.3. It also changes how additional Postgres extensions are distributed, moving them into separate npm packages.