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

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

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
```