Open pavja2 opened 2 years ago
Any updates on this? :)
Update? I think it's a feature request.
Yep, the it sounds like a feature request yet totally out of sqlalchemy-continuum
's scope.
Hey, someone has a solution for this?
I wish to also register my interest in the provisioning of this compatability.
I am also interested.
SQLModel (https://github.com/tiangolo/sqlmodel) is notionally built as a layer on top of SQLAlchemy, so it would be awesome to use SQLAlchemy Continuum to version SQLModel managed databases. However, the basic getting started example throws an error when replacing the SQLAlchemy model with a SQLModel version. I'm not entirely clear on how SQLModel inherits from SQLAlchemy and to what degree compatibility is possible, but if there's some trivial fix to bubble up the missing attributes it would be fantastic.
Tutorial Example, but using SQL Model
Error Output