Skip to content

experdb/postgres-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

90 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐘 PostgreSQL, in your browser 🌐

postgres-browser uses WASM to run a full Postgres database inside the browser.

⚑ Getting started

cd packages/pg-browser && npx serve

Go to http://localhost:3000 and have fun!

🧠 Architecture

TODO

πŸ‘€ Going further

πŸ‘ Acknowledgements

  • v86 which is the emulator for running x86 operating systems in the browser, without it none of the following projects would be possible
  • crunchydata playground for leading the way and showing the world that it was possible to run PostgreSQL in the browser
  • browser-shell which was already way ahead of its time, especially on the filesystem part
  • browser-linux for showing us how we can make the pieces fit together
  • Websockets Proxy the ingenious workaround that opened up the world for v86 emulators everywhere

About

A PostgresQL server running in your browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 32.2%
  • Python 31.1%
  • HTML 17.4%
  • Perl 12.0%
  • Dockerfile 4.3%
  • CSS 3.0%