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 ...
Over the past four years, asyncio has successfully adopted structured concurrency patterns pioneered by Trio and refined by anyio. asyncio.TaskGroup (3.11) and asyncio.timeout() (3.11) are direct ...