git: 9front

ref: fa2b606f4bf1891b034a655d49f5fe7654ed9afd
dir: /sys/src/cmd/python/Doc/lib/sqlite3/shared_cache.py/

View raw version
import sqlite3

# The shared cache is only available in SQLite versions 3.3.3 or later
# See the SQLite documentaton for details.

sqlite3.enable_shared_cache(True)