WaiveCar / WaiveScreen

WaiveScreen related stuff.
0 stars 0 forks source link

Setup ORM for use with Flask #265

Open daleighan opened 4 years ago

daleighan commented 4 years ago

I am going to create models for each of the tables so that they can be used with the previously-implemented database and probably eventually be migrated away from sqlite

daleighan commented 4 years ago

Changes for this have now been merged into master. The SQLAlchemy models are in the /models folder