diff options
Diffstat (limited to 'requests_cache/backends/sqlite.py')
| -rw-r--r-- | requests_cache/backends/sqlite.py | 2 |
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 |
