Welcome to asyncpgx’s documentation!

asyncpgx is a library based on asyncpg and highly inspired by the sqlx package

Does not changes default asyncpg methods and provides some extension methods to convenient database access.

If you use asyncpg you can replace connect or create_pool methods to ours and gradually use extension functionality when you need to