From 802eec7ab0889a075d55586911ac976a96cd3380 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Tue, 11 Nov 2025 19:24:20 +0700 Subject: python/python3-anysqlite: Added (sqlite3 for asyncio). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-anysqlite/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-anysqlite/README (limited to 'python/python3-anysqlite/README') diff --git a/python/python3-anysqlite/README b/python/python3-anysqlite/README new file mode 100644 index 0000000000..17a0bda138 --- /dev/null +++ b/python/python3-anysqlite/README @@ -0,0 +1,5 @@ +python3-anysqlite (sqlite3 for asyncio and trio) + +Anysqlite provides an async/await interface to the standard sqlite3 +library and supports both trio and asyncio backends using the power +of Anyio. -- cgit v1.2.3