pglite icon indicating copy to clipboard operation
pglite copied to clipboard

Lightweight WASM Postgres with real-time, reactive bindings.

Results 126 pglite issues
Sort by recently updated
recently updated
newest added

Hi, I was trying to introduce PG into my codebase, and needed a way to run my tests against it. I'm using Prisma, and saw this and thought the adapter...

I'm trying to use pglite with a libpq-based application. I'm using pg-gateway as a proxy. Following sample C code snippet (which calls `PQprepare` and `PQexecPrepared`) seems not work with pglite....

access to the database is only granted upon entering the correct password, maybe just like sqlite sqlcipher. we need to encrypt our db file.

Adds the `sql` template API that under the hood uses methods from the `pglite/template` export to parametrize a templated query and then run `PGlite.query`. The `template` export has the following...

I am attempting to follow: https://github.com/electric-sql/pglite/tree/1de36fef444f3c0030216809c1226dae7c15230d/packages/pglite-sync/example package.json ``` { "name": "sync", "version": "1.0.0", "description": "", "type": "module", "main": "main.js", "dependencies": { "@electric-sql/pglite": "^0.2.2", "@electric-sql/pglite-sync": "^0.2.2" }, "scripts": { "test": "echo...

Report from Discord: https://discord.com/channels/933657521581858818/1273001835346657384 > Using PGlite in Bun I get error: UNION types uuid and integer cannot be matched code: "42804" > My query: ```ts pg.live.incrementalQuery(`select * from "public"."users";`,...

We need a way to let users set a custom postgres.conf. Some extensions also need to have specific things set in postgres.conf and it would be good if that could...

enhancement

When you open on mile the input area if offscreen, seems to be related to how mobile does a variable high for 100%/100vh. It would be nice if we can...