ยปCore Development>Code coverage>Doc/includes/sqlite3/shared_cache.py

Python code coverage for Doc/includes/sqlite3/shared_cache.py

#countcontent
1n/aimport sqlite3
2n/a
3n/a# The shared cache is only available in SQLite versions 3.3.3 or later
4n/a# See the SQLite documentation for details.
5n/a
6n/asqlite3.enable_shared_cache(True)