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

https://github.com/ericfreese/pg-fiddle

Fiddle around with a postgresql database
https://github.com/ericfreese/pg-fiddle

docker fiddle postgresql

Last synced: about 2 months ago
JSON representation

Fiddle around with a postgresql database

Awesome Lists containing this project

README

        

# PostgreSQL Fiddle

Requires `bash` and `docker`.

## Usage

`./pg-fiddle start` to start a docker container running a PostgreSQL server

While the server is running:
- `./pg-fiddle schema` to reset the schema of the database from `schema.sql`.
- `./pg-fiddle query ` to run queries on the database.