tortoise-ormEasy Playground

Async ORM inspired by Django for asyncio frameworks

Getting started with tortoise-ormRun locally
Install
pip install tortoise-orm
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: tortoise_orm)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?