Skip to content

Commit 07c1595

Browse files
committed
update readme
1 parent 30e7c7c commit 07c1595

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,10 @@ Base.metadata.drop_all(engine)
146146

147147
## Automap support
148148

149-
TBD -> translated from models auto-mapped by sqlalchemy
149+
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.
150153

151154
## Supported fields
152155

0 commit comments

Comments
 (0)