A wrapper around asyncpg for use with sqlalchemy
Principalele funcționalități ale canopytax/asyncpgsa sunt: Database Drivers, Query Builders.
Alternativele open-source pentru canopytax/asyncpgsa includ: encode/databases — This project is an asyncio database abstraction layer that provides a common interface for performing non-blocking… aerospike/aerospike-client-nodejs — Node.js client for the Aerospike database. aio-libs/aiocouchdb — CouchDB client built on top of aiohttp (asyncio). aio-libs/aioes — asyncio compatible driver for elasticsearch. aio-libs/aiomysql — aiomysql is a library for accessing a MySQL database from the asyncio. aerospike/aerospike-client-go — Aerospike Client Go.
This project is an asyncio database abstraction layer that provides a common interface for performing non-blocking database operations in Python. It functions as an asynchronous database driver wrapper and a SQL expression builder, allowing for the construction of raw SQL strings from structured Python objects. The library includes an asyncio connection pool manager that utilizes task-local storage to handle connection lifecycles and reduce resource overhead. It also serves as an async database transaction manager, wrapping operations in atomic transactions and savepoints to maintain data int
Node.js client for the Aerospike database