Create, read, update and delete database with Python, Tortoise ORM, Aerich migration and SQLite(or PostgreSQL MySQL)
1. Overview - Tortoise ORM and Aerich migration
2. Install Tortoise framework
3. Create Tortoise ORM model
4. Connect database with TortoiseORM and insert data to database
5. Read, update and delete data of database with Tortoise ORM
6. Aerich migration tool of Tortoise ORM