It replicates the standard duckdb module, but with async versions of all the standard connection and cursor methods, plus context managers for automatically closing connections and cursors: aioduck ...
async-cassandra is a Python library that enables the Cassandra driver to work seamlessly with async frameworks like FastAPI, aiohttp, and Quart. It provides an async/await interface that prevents ...