We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e7c7c commit 07c1595Copy full SHA for 07c1595
1 file changed
README.md
@@ -146,7 +146,10 @@ Base.metadata.drop_all(engine)
146
147
## Automap support
148
149
-TBD -> translated from models auto-mapped by sqlalchemy
+You can use [`sqlacodegen`](https://github.com/agronholm/sqlacodegen) to generate sqlalchemy models out of existing database
150
+and then use sqlalchemy-to-ormar to translate it to `ormar` models.
151
+
152
+Note that sqlalchemy has it's own automap feature, but out of experience it does not work well with complicated databases.
153
154
## Supported fields
155
0 commit comments