Data Science Wire

Building async Python applications with Tortoise ORM and Amazon Aurora DSQL

AWS Database Blog6d4 min read

Build a high-concurrency async Python rideshare application with Tortoise ORM and Amazon Aurora DSQL. This post walks through the key adaptations: UUID primary keys, IAM-authenticated asyncpg connections with a connection-pool patch, individual DDL execution, and optimistic concurrency control (OCC) retry logic.

Read the full story at AWS Database Blog

More in Cloud / Infrastructure