tortoise-orm 0.21.6
0
Easy async ORM for python, built with relations in mind
Contents
Easy async ORM for python, built with relations in mind
Stars: 4596, Watchers: 4596, Forks: 378, Open Issues: 560The tortoise/tortoise-orm
repo was created 6 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 4596 github stars!
How to Install tortoise-orm
You can install tortoise-orm using pip
pip install tortoise-orm
or add it to a project with poetry
poetry add tortoise-orm
Package Details
- Author
- Andrey Bondar
- License
- Apache-2.0
- Homepage
- https://github.com/tortoise/tortoise-orm
- PyPi:
- https://pypi.org/project/tortoise-orm/
- Documentation:
- https://tortoise-orm.readthedocs.io
- GitHub Repo:
- https://github.com/tortoise/tortoise-orm
Classifiers
- Database
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common tortoise-orm errors.
Code Examples
Here are some tortoise-orm
code examples and snippets.
GitHub Issues
The tortoise-orm package has 560 open issues on GitHub
- Pydantic serialisation include and exclude to relations
- PEP 557 support
- Fix for None values in prefetch when fk_id==0
- TimeField is missing
- db_url schema 'mysql+asyncmy' support
- custom fields id error
- Pass connection params
- Make using DB-specific indexes (FULLTEXT) raise warning rather then error under sqlite
- Model.refresh_from_db not work in transaction
- Pydantic model generator: config_class implemented
- Complex prefetch does not respect .only and always creates a full model
- get dirty fields
- camelCase for JSON serialization
- JSONField fails to compare JSON values in database
- GENERATED_SQL in Field does not work as intended (at all)