Skip to content

Database

Robert Eng edited this page Jun 2, 2018 · 13 revisions

Hello noobs and doobs. It is I, Sir Rahul of Donut. It is my utmost dismality to welcome you to the team of devs and of masters of artful literature. Please feel free to ping me anytime regarding sweet bagels with a hole. - December 17, 2017

Command Line

  • mysql -u <user> -p <database> # Access (-p denotes prompt for password)
  • mysql -u <user> -p <database> < file.sql # Run the SQL script file.sql

Legacy Site command line

psql ascit devel

Schema Design

Clone this wiki locally