Coding

Tortoise ORM – easy-to-use asyncio Object Relational Mapper

Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django.

Tortoise ORM is designed to be functional, yet familiar, to ease the migration of developers wishing to switch to asyncio .

This is free and open source software.

Key Features

  • Clean, familiar Python interface.
  • Pluggable database backends – supports PostgreSQL, SQLite, MySQL/MariaDB.
  • Designed to be used in an existing project:
    • Testing framework uses existing Python Unittest framework, just requires that initializer() and finalizer() gets called to set up and tear down the test databases. (See UnitTest support ).
    • ORM Init app configures entirely from provided parameters.
  • Composable, Django-inspired Models.
  • Supports relations, such as ForeignKeyField and ManyToManyField.
  • Supports many standard Fields.
  • Comprehensive Query API.
  • Transactions Transactions.
  • PyLint plugin.

Website: tortoise.github.io
Support: github.com/tortoise/tortoise-orm
Developer: Tortoise ORM team
License: Apache-2.0 License

Tortoise ORM is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Python Object-Relational Mapping Software
DjangoHigh-level web application framework that has a powerful ORM
SQLAlchemyPython SQL Toolkit and Object Relational Mapper
PeeweeSimple, small and expressive Object Relational Mapper. It has few concepts
TortoiseEasy-to-use asyncio ORM inspired by Django
PonyBilled as the smartest Python ORM
SQLObjectForms a part of many applications including TurboGears
StormDesigned to work with thin relational databases and big systems

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments