Skip to content

Latest commit

 

History

History
37 lines (15 loc) · 858 Bytes

File metadata and controls

37 lines (15 loc) · 858 Bytes

Access RDB with Tortoise ORM framework and Aerich migration tool [Python][Practice]

Create, read, update and delete database with Python, Tortoise ORM, Aerich migration and SQLite(or PostgreSQL MySQL)

alt IOInfinity x 源碼無限

1. Overview - Tortoise ORM and Aerich migration

https://www.youtube.com/watch?v=B-o0tdBmchI

2. Install Tortoise framework

https://www.youtube.com/watch?v=B-o0tdBmchI

3. Create Tortoise ORM model

https://www.youtube.com/watch?v=Jgk5zB8KkXM

4. Connect database with TortoiseORM and insert data to database

https://www.youtube.com/watch?v=P5cFmSTJdQQ

5. Read, update and delete data of database with Tortoise ORM

https://www.youtube.com/watch?v=TE_mScJB758

6. Aerich migration tool of Tortoise ORM

https://www.youtube.com/watch?v=PxmRP2hriBY