Skip to content

Repository files navigation

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!

About

QuerySet for a Transport DB

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors