source: vendor/python/2.5/Doc/lib/sqlite3/shared_cache.py

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 165 bytes
Line 
1import sqlite3
2
3# The shared cache is only available in SQLite versions 3.3.3 or later
4# See the SQLite documentaton for details.
5
6sqlite3.enable_shared_cache(True)
Note: See TracBrowser for help on using the repository browser.