postgres-wasm icon indicating copy to clipboard operation
postgres-wasm copied to clipboard

A PostgresQL server running in your browser

Results 10 postgres-wasm issues
Sort by recently updated
recently updated
newest added

We use Postgres in production, and I’d love to avoid having to install it globally on my machine for local dev. would be awesome if you could just npm install...

Someone attempted to use WebRTC to handle the network layer: https://github.com/copy/v86/issues/198#issuecomment-1184873375 I know @burggraf tried to run it, but maybe it's worth investigating a bit more.

As far as I know, this is not currently possible due to WASM limitations with networking, but I create this issue to track prior attempts and upcoming progress in WASM....

To have persistent sessions and files, we need to be able to write file changes to local storage in the browser. As of today, we have two solutions: - IndexedDB...

It would be great to have a quick overview of how things fit together.

This is great, but is it possible to add plugins like pgVector ?

At the moment, this (amazing) project uses IndexedDB as its backend, which has quite some overhead and isn't perfectly suited for the task. Have you considered switching the backend to...

As of this comment currently supports v14.5, and v16 is in beta upstream.

Hello, Sorry for the noise, but even after looking at #15 , I couldn't understand how the networking layer is working, and what should I change if I want to...

### What I want to do I want to insert more than 1000 records into a table to see the performance of Postgres WASM. ### What I did I have...