-
Hello, I would like to know how to create an automap model ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, Right now this is not possible, I plan to write simple translator from |
Beta Was this translation helpful? Give feedback.
-
Ok the beta version of the package to convert sqlalchemy orm models to ormar is up and running: https://github.com/collerek/sqlalchemy-to-ormar |
Beta Was this translation helpful? Give feedback.
Hi,
Right now this is not possible, I plan to write simple translator from
sqlalchemy
toormar
, but that will probably be separate small lib/package. With this translator you can use sqlalchemy automap and translate models to ormar from sqlalchemy (to not reinvent the wheel). But this does not exist yet.