Skip to content

Demonstrating SQL queries using ANSI SQL and PostgresSQL

Notifications You must be signed in to change notification settings

lucasvsme/playground-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>