Skip to content

Database

Robert Eng edited this page Jan 9, 2018 · 13 revisions

Stub wiki page for the database.

Insert an inspirational Rahul Donut quote here

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

Schema Design

Clone this wiki locally