Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
e8650a4f8c7fb76f570d4ca9c1fbe44e91c8dfaa
/
.
/
Doc
/
includes
/
sqlite3
/
shared_cache.py
blob: 30e71c935ff62eef8231283317551f5de51b278d [
file
]
import
sqlite3
# The shared cache is only available in SQLite versions 3.3.3 or later
# See the SQLite documentation for details.
sqlite3
.
enable_shared_cache
(
True
)