Hacker News new | ask | show | jobs
by aidos 1154 days ago
I guess one issue with that is that it’s not going to play nice with data migrations.

Personally, I’m happy with declaring my tables in sqlalchemy and having alembic do the grunt work. Allows me to work in the declarative way you describe while also making it easy to handle the data migration component.