====== 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