QuerySet for a Transport DB
- Create a database (ex: transport)
- If you're using psql connect to database
\c transport- Run
GenerateDatabase.sqlfile to create all table
psql -U postgres -d transport -f GenerateDatabase.sql- Run
InsertDummyData.sqlto insert dummy data to the database
psql -U postgres -d transport -f InsertDummyData.sqlThanks goes to these wonderful people (emoji key):
P3RM1_D3N1ED 📖 |
Ylan 🔣 💻 |
fanjasoa18 🔣 💻 |
Ranomenjanahary 🔣 💻 |
Rakotonirina Onjaniaina 💻 🔣 |
This project follows the all-contributors specification. Contributions of any kind welcome!
