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

I know it might be early to ask but it'd be great to have support for it and use pglite as a wrapper for running SQL over other resources securely

Its possible to make postgre with the postgis extension in wasm?

For browsers it would be better to add support for OPFS so that we are not bounded by the memory limits and also faster than indexdb. Infact there is no...

Hello, thank you for releasing this. Would you mind adding a license? Thank you!

Testing the compatibility across browsers (copying code from [test.html](https://github.com/electric-sql/pglite/blob/main/packages/pglite/test.html)) Test: https://kiwicopple.github.io/postgres.run/compatibility.html Source: https://github.com/kiwicopple/postgres.run/blob/main/compatibility.html - [x] Chrome ✅ - [x] Arc ✅ - [x] Safari ✅ - [ ] Firefox ❌:...

I've found that PGlite works fine for simple queries, but fails with the "memory access out of bounds" for more complex queries (when using the browser version). For example, this...

I am trying to run this in WebContainer and now that #1 was merged and released I am seeing the following error: ``` RuntimeError: Aborted(). Build with -sASSERTIONS for more...

Hi, When trying to use PGlite with node: ```json { "dependencies": { "@electric-sql/pglite": "canary", "electric-sql": "canary" } } ``` ```ts /* PGlite */ import { PGlite } from "@electric-sql/pglite"; import...

The return results of `PGlite.exec()` misplace `affectedRows`. Here's an example of a query whose results show `affectedRows`: - missing from INSERTs - only present on last SELECT - as a...

I'm trying to run and access PGLite through a golang program via [wasmer-go](https://github.com/wasmerio/wasmer-go). However it fails with the error regardgin `env` not instantiated. I assume that there is no support...

wasi