Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 3d93ccd

Browse files
committed
update README
1 parent 205f206 commit 3d93ccd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
</div>
1515
<br />
1616

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!
25+
1726
## Quickstart
1827

1928
```terminal

0 commit comments

Comments
 (0)