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
- Host: GitHub
- URL: https://github.com/ericfreese/pg-fiddle
- Owner: ericfreese
- Created: 2020-02-06T16:12:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T16:12:55.000Z (over 5 years ago)
- Last Synced: 2025-02-03T14:49:44.710Z (3 months ago)
- Topics: docker, fiddle, postgresql
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.