CodeBrowser / python-package / tortoise-orm
tortoise-orm==1.1.7
# Easy async ORM for python, built with relations in mind
$ pip install tortoise-orm
downloads/wk
0
license
Apache-2.0
version
1.1.7
python
>=3.10
What is tortoise-orm?
Tortoise-ORM is an asynchronous object-relational mapper for Python that lets you interact with SQL databases (MySQL, PostgreSQL, SQLite) using async/await syntax. It's designed to handle relational data with built-in support for relationships between models, making it useful when you need non-blocking database operations in async Python applications. You would use it to write database code that doesn't block your event loop while maintaining clean, object-oriented data modeling.
Links
Keywords
#sql #mysql #postgres #psql #sqlite #aiosqlite #asyncpg #relational #database #rdbms #orm #object #mapper #async #asyncio #aio #psycopg