AnthonyCxx / comfort-airlines

High Point University 2024 Senior Software Engineering Project
2 stars 0 forks source link

Implement Database Model using SQLAlchemy #18

Closed Dhud6 closed 6 months ago

Dhud6 commented 6 months ago

Summary

Based on the ERD diagram of the database referenced by the task Model the MariaDB Database, implement the database using [SQLAlchemy] in the MariaDB Docker container. If you use SQLAlchemy, it will automatically create the database tables for you when you create the ORM mapped classes. The database persists across builds and starting and stopping the docker containers because the database is mapped to a persistent volume (the db folder). You will not lose progress when you shut down the docker containers with docker compose down. Make sure you shutdown the docker containers before pushing to the GitHub repository.

SQLAlchemy Reference

Docker Summary

Group Questions

Foobar?