electric-sql / pglite

Lightweight WASM Postgres with real-time, reactive bindings.
https://pglite.dev
Apache License 2.0
8.36k stars 165 forks source link

Browser compatibility #7

Closed kiwicopple closed 7 months ago

kiwicopple commented 7 months ago

Testing the compatibility across browsers (copying code from test.html)

Test: https://kiwicopple.github.io/postgres.run/compatibility.html Source: https://github.com/kiwicopple/postgres.run/blob/main/compatibility.html

Offending line:

https://github.com/electric-sql/pglite/blob/33267d433ced6a828ad7c381a67dfb13e9317101/packages/pglite/src/idbfs.ts#L14

Relevant links

samwillis commented 7 months ago

Firefox support added in v0.0.2

kiwicopple commented 7 months ago

nice work here @samwillis