/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

  1. import sqlite3
  2. # The shared cache is only available in SQLite versions 3.3.3 or later
  3. # See the SQLite documentaton for details.
  4. sqlite3.enable_shared_cache(True)