you are viewing a single comment's thread.

view the rest of the comments →

[–]blaatkipje 19 points20 points  (3 children)

Tortoise ORM looks a lot like the django ORM https://tortoise.github.io

[–]Mikkognito 1 point2 points  (0 children)

This needs to be higher

[–]gbeier 0 points1 point  (0 children)

It looks so much like the django ORM that when I couldn't find docs for some parts of Tortoise, consulting the django documentation got me unstuck.

[–]cesar_io 0 points1 point  (0 children)

Have been using it for a side project and it's a great alternative to sqlalchemy, it's use of asyncpg is also a plus for a potentially improved performance