summaryrefslogtreecommitdiff
path: root/requests_cache/backends/sqlite.py
diff options
context:
space:
mode:
Diffstat (limited to 'requests_cache/backends/sqlite.py')
-rw-r--r--requests_cache/backends/sqlite.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/requests_cache/backends/sqlite.py b/requests_cache/backends/sqlite.py
index baff2f8..fa75848 100644
--- a/requests_cache/backends/sqlite.py
+++ b/requests_cache/backends/sqlite.py
@@ -1,3 +1,9 @@
+"""SQLite cache backend. For usage details, see :ref:`Backends: SQLite <sqlite>`.
+
+.. automodsumm:: requests_cache.backends.sqlite
+ :classes-only:
+ :nosignatures:
+"""
import sqlite3
import threading
from contextlib import contextmanager