Tudor Zaharia

Results 21 issues of Tudor Zaharia

See comments on https://github.com/electric-sql/pglite/pull/618

enhancement

Testing a simplification of the wasm API.

[HELP WANTED] We are looking for help making PostGIS a reality for PGlite. The bulk of the work has been done, the extension is built as part of the entire...

Here is a PoC for pgcrypto! First of all it needs proper testing (see packages/pglite/contrib/pgcrypto.test.js) since I only wrote a loading + `crypt` + `gen_salt` without actually verifying anything. Second,...

Build postgis for pglite. https://postgis.net/docs/postgis_installation.html#install_requirements See branch https://github.com/electric-sql/pglite/tree/tdrz/frontend-try-postgis2 All necessary dependencies are built in that branch (see Dockerfile),and creating `postgis.tar.gz` is possible with some manual steps (see `build-postgis.sh`). There is...

We need to handle ourselves (some) syscalls like `system(...)` in order to make sure the execution remains within the WASM sandbox.

We need a way to provide a VFS abstraction that can be then used to implement other Filesystems. See for example https://github.com/electric-sql/pglite/issues/810

Enable building a native library that could be then used in other environments.

PGlite seems not to use the `database` parameter properly. e.g. this doesn't work properly: ``` const db = await PGlite.create({ database: "postgres", dataDir: purpose === "database" ? "path/to/data/dir" : "memory://",...

invalid