summaryrefslogtreecommitdiff
path: root/requests_cache/backends/sqlite.py
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-03-17 13:39:21 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-03-17 17:05:58 -0500
commit3f15dca1148bc6c5394a52ef10997f11638b3479 (patch)
treee947d0e6139779795277f09d6adcd346b66efd69 /requests_cache/backends/sqlite.py
parent0c2d85f6c4ae9239567389b74905de1d994460e3 (diff)
downloadrequests-cache-3f15dca1148bc6c5394a52ef10997f11638b3479.tar.gz
Add 'Use Cases' section to each backend's docs
Diffstat (limited to 'requests_cache/backends/sqlite.py')
-rw-r--r--requests_cache/backends/sqlite.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/requests_cache/backends/sqlite.py b/requests_cache/backends/sqlite.py
index 77e2b46..16448b6 100644
--- a/requests_cache/backends/sqlite.py
+++ b/requests_cache/backends/sqlite.py
@@ -5,6 +5,8 @@
`SQLite <https://www.sqlite.org/>`_ is a fast and lightweight SQL database engine that stores data
either in memory or in a single file on disk.
+Use Cases
+^^^^^^^^^
Despite its simplicity, SQLite is a powerful tool. For example, it's the primary storage system for
a number of common applications including Dropbox, Firefox, and Chrome. It's well suited for
caching, and requires no extra configuration or dependencies, which is why it's the default backend