Skip to content
/ pg Public
forked from datawan-labs/pg

In Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm)

License

Notifications You must be signed in to change notification settings

StyraInc/pg

 
 

Repository files navigation

PostgreSQL Playground

Preview

This app is client side apps (no server or login required) powered by PGLite, a wasm port of postgreSQL. All processing is done in the browser and persistent data saved in indexedDB, so your data stays private. you can use this project as learning tools for postgreSQL without worrying about data and setup the DB.

Features

  • Query Playground
  • ERD Schema generator
  • Query History
  • Mobile Responsiveness
  • Persistent Data
  • Export query result
  • Import Data

About

In Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.8%
  • HTML 1.1%
  • Other 0.1%