asyncpg
Async I/O PostgreSQL
The currently use 'asyncpg' for connection pooling and asynchronous I/O.However, compared to the psycopg2 there are minor differences in the syntax.
- for prepared statements not '%s' is used but '$1' and not a tuple is provided, by a parameter list
asyncpg.txt · Last modified: 2024/04/11 14:23 by 127.0.0.1