lucasvsme / playground-sql

Demonstrating SQL queries using ANSI SQL and PostgresSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playground SQL

database

This repository contains code written to demonstrate SQL queries.

Description Command
Provision database ./cli.sh up
Destroy database ./cli.sh down
Run all scripts ./cli.sh run
Run single script ./cli.sh run <filename>

About

Demonstrating SQL queries using ANSI SQL and PostgresSQL


Languages

Language:SQL 92.1%Language:Shell 7.9%