- Fri 12 September 2025
- Home
- howto
- Michiel Scholten
Generating Python models from an existing database
If you have an existing database - for example from an older application, or a dataset you downloaded - and want to use it with Python, you might want to have SQLAlchemy ORM models for it for easier querying. Enter sqlacodegen: This is a tool that reads the structure of an existing …