/Doc/includes/sqlite3/shared_cache.py
http://unladen-swallow.googlecode.com/ · Python · 6 lines · 2 code · 2 blank · 2 comment · 0 complexity · 7093631c324c2e6781300391b48558b0 MD5 · raw file
- 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)