I am doing some prototyping for a new desktop app i am writing in Python, and i want to use SQLite and an ORM to store data.
My question is, are there any ORM libraries that support auto-generating/updating the database schema and work with SQLite?
SQLAlchemy is a great choice in the Python ORM space that supports SQLite.
SQLAlchemy, when used with the sqlalchemy-migrate library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With