You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,15 @@
14
14
</div>
15
15
<br />
16
16
17
+
## The future is now
18
+
19
+
Since we worked on this project, awesome and more usable solutions exist:
20
+
21
+
-[PGlite by ElectricSQL](https://github.com/electric-sql/pglite) which is a native WASM build of Postgres
22
+
-[pgmock by Stackframe](https://github.com/stackframe-projects/pgmock) which is using the same approach as this project, emulating the Postgres server in an x86 emulator
23
+
24
+
While `postgres-wasm` was more of a proof of concept, both the above solutions can be used to run PostgreSQL in the browser or getting in-memory PostgreSQL databases!
0 commit comments