Requires bash and docker.
./pg-fiddle start to start a docker container running a PostgreSQL server
While the server is running:
./pg-fiddle schemato reset the schema of the database fromschema.sql../pg-fiddle query <query-file>to run queries on the database.