Sign in
android
/
platform
/
external
/
python
/
cpython3
/
3185bc9d3f38ce9d814aecf8104f1d6953c2d8ff
/
.
/
Doc
/
includes
/
sqlite3
/
shared_cache.py
blob: 30e71c935ff62eef8231283317551f5de51b278d [
file
] [
log
] [
blame
]
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
)