Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek committed May 16, 2021
1 parent 30e7c7c commit 07c1595
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ Base.metadata.drop_all(engine)

## Automap support

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
and then use sqlalchemy-to-ormar to translate it to `ormar` models.

Note that sqlalchemy has it's own automap feature, but out of experience it does not work well with complicated databases.

## Supported fields

Expand Down

0 comments on commit 07c1595

Please sign in to comment.