aboutsummaryrefslogtreecommitdiff
path: root/python/python3-anysqlite/README
diff options
context:
space:
mode:
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.