aboutsummaryrefslogtreecommitdiff
path: root/python/python3-anysqlite/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2025-11-11 19:24:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-11-11 19:46:15 +0700
commit802eec7ab0889a075d55586911ac976a96cd3380 (patch)
tree170c8702e874a120314a853ab9a352b7aa9097f8 /python/python3-anysqlite/README
parent2eb51a750dc26ede69a1bbce94f9adf49cfcb9ad (diff)
python/python3-anysqlite: Added (sqlite3 for asyncio).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-anysqlite/README')
-rw-r--r--python/python3-anysqlite/README5
1 files changed, 5 insertions, 0 deletions
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.