electric-sql / pglite

Lightweight Postgres packaged as WASM into a TypeScript library for the browser, Node.js, Bun and Deno
https://electric-sql.com
Apache License 2.0
4.77k stars 81 forks source link

feature: Single tab worker api #49

Closed samwillis closed 3 months ago

samwillis commented 3 months ago

Same api as normal but import as:


import { PGliteWorker } from "@electric-sql/pglite/worker";

const pg = new PGliteWorker();
``