/database-playground

Database playground to test SQL queries

Primary LanguageMakefileApache License 2.0Apache-2.0

Database Playground

```shell
# start or reset container
make reset

# jump to psql shell
make

# run sql
\i arbitrary.sql