https://github.com/ghokun/database-playground
Database playground to test SQL queries
https://github.com/ghokun/database-playground
postgresql sql
Last synced: over 1 year ago
JSON representation
Database playground to test SQL queries
- Host: GitHub
- URL: https://github.com/ghokun/database-playground
- Owner: ghokun
- License: apache-2.0
- Created: 2023-12-18T14:44:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T16:49:57.000Z (over 2 years ago)
- Last Synced: 2023-12-19T17:14:05.878Z (over 2 years ago)
- Topics: postgresql, sql
- Language: Makefile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Database Playground
```shell
```shell
# start or reset container
make reset
# jump to psql shell
make
# run sql
\i arbitrary.sql
```