pglite
pglite copied to clipboard
Lightweight WASM Postgres with real-time, reactive bindings.
I would love to see how this compares to SQLite in WAL mode, and if running Postgres in a single thread will actually beat it.
In order to support parameterized queries we need to use the extended postgres wire protocol to pass queries.
I want to preface this bug report by saying I really appreciate this project! I've been waiting for this to exist for use in unit tests for years :) When...
persistance -> persistence
Support pgvector extension
I have a data directory that I initialized with `initdb`. When I try to run the example connecting to that data directory, the Promise returned by `db.query(...)` never resolves. Here's...
I tried running this SQL query: ```sql select * from pg_catalog.pg_tables ``` But I got this error: > `RuntimeError: relation "pg_catalog.pg_tables" does not exist at character 15` Is there a...