Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 3.1 KB

File metadata and controls

59 lines (41 loc) · 3.1 KB

Transport-QuerySet

All Contributors

QuerySet for a Transport DB

Database creation

  • Create a database (ex: transport)
  • If you're using psql connect to database

⚠️ replace transport with your DB name

\c transport
  • Run GenerateDatabase.sql file to create all table
psql -U postgres -d transport -f GenerateDatabase.sql

Insert dummy data to the DB

  • Run InsertDummyData.sql to insert dummy data to the database
psql -U postgres -d transport -f InsertDummyData.sql

Models

Transports Models

Contributors ✨

Thanks 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!