Migrate Database Interactions to Async Using asyncpg
#147
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Description:
To improve the performance and responsiveness of our APIs and services, we should transition from synchronous database interactions to asynchronous ones. By adopting
asyncpg
as our database interface, we align with the goal of providing truly asynchronous interfaces and runtime for all APIs and services.Proposed Solution:
asyncpg
.Tasks:
asyncpg
capabilities and compatibility with our existing database structure.asyncpg
.asyncpg
.Acceptance Criteria:
The text was updated successfully, but these errors were encountered: