Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datawan-labs/pg
In Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm)
https://github.com/datawan-labs/pg
database postgresql react shadcn typescript wasm
Last synced: 3 months ago
JSON representation
In Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm)
- Host: GitHub
- URL: https://github.com/datawan-labs/pg
- Owner: datawan-labs
- License: mit
- Created: 2024-04-03T06:11:07.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-30T13:05:11.000Z (4 months ago)
- Last Synced: 2024-07-02T20:43:24.071Z (4 months ago)
- Topics: database, postgresql, react, shadcn, typescript, wasm
- Language: TypeScript
- Homepage: https://pg.datawan.id
- Size: 657 KB
- Stars: 315
- Watchers: 6
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- my-awesome - datawan-labs/pg - 10 star:0.3k fork:0.0k In Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm) (TypeScript)
README
# PostgreSQL Playground
![Preview](./public/og.png)
This app is client side apps (no server or login required) powered by [PGLite](https://github.com/electric-sql/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
- [x] Query Playground
- [x] ERD Schema generator
- [x] Query History
- [x] Mobile Responsiveness
- [x] Persistent Data
- [x] Export query result
- [ ] [Import Data](https://github.com/datawan-labs/pg/issues/6)