tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.69k stars 390 forks source link

Add versioning feature for models #1363

Open divadsn opened 1 year ago

divadsn commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to have a way to maintain the version history of the models built in Tortoise, currently I have to create different models to keep the "changes" and put code that checks the changes in every possible place.

Describe the solution you'd like Similar to https://github.com/corridor/sqlalchemy-history

Describe alternatives you've considered Going back to SQLAlchemy just for the reason above.

Additional context Add any other context about the feature request here.

divadsn commented 3 months ago

Bump