NSS-Day-Cohort-58 / rare-python-server-striking-dragons

rare-python-server-striking-dragons created by GitHub Classroom
0 stars 0 forks source link

Database Setup SQL (2) #8

Open jsa-codes opened 1 year ago

jsa-codes commented 1 year ago

See Ticket #1

  1. Create a rareapi.sql file.
  2. Write some CREATE TABLE statements to define the tables.
  3. Write some INSERT statements to define some starter data.
  4. Run them to initialize the database.
  5. Query the database to ensure there is no duplicate data and the structure is correct.
adamfeatherston commented 1 year ago

add creating a .sqllite3 file to this ticket. The .sqllite3 file is created and ignored.