ITU-BDSA2024-GROUP30 / Chirp

The great Chirp repository for Group 30!
Other
1 stars 0 forks source link

(5.1.a.1) As DEVELOPERS we want to SWITCH OUR DATABASE TO FILEBASED SQLITE DATA such that ALL OUR CHEEPS ARE NOT JUST STORED LOCALLY #27

Closed Thyme-Cat closed 4 weeks ago

Thyme-Cat commented 1 month ago

Acceptance criteria: (not necessarily set up in the right order)

Advice: The script as referenced above, is just these 2/3 lines of code. #!/usr/bin/env bash sqlite3 /tmp/chirp.db < data/schema.sql sqlite3 /tmp/chirp.db < data/dump.sql

https://github.com/itu-bdsa/lecture_notes/blob/main/sessions/session_05/data/schema.sql https://github.com/itu-bdsa/lecture_notes/blob/main/sessions/session_05/data/dump.sql