Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

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

Awesome Lists containing this project

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)