tortoise-orm

Package — DatabasePython 3.7+Intermediate

Async ORM inspired by Django for asyncio frameworks

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
aiosqlite, pypika, pytz, iso8601
Install
pip install tortoise-orm

Learn by Difficulty

Quick Example

python
# Install: pip install tortoise-orm
import tortoise_orm

# Basic tortoise-orm usage
print(f"Using tortoise-orm")
# See documentation for detailed examples

tortoise-orm is a third-party package. Async ORM inspired by Django for asyncio frameworks. Install with: pip install tortoise-orm

Try in Playground

Tags

packagedatabaseormpersistence