source:
python/trunk/Doc/includes/sqlite3/shared_cache.py
Last change on this file was 391, checked in by , 11 years ago | |
---|---|
|
|
File size: 166 bytes |
Line | |
---|---|
1 | import sqlite3 |
2 | |
3 | # The shared cache is only available in SQLite versions 3.3.3 or later |
4 | # See the SQLite documentation for details. |
5 | |
6 | sqlite3.enable_shared_cache(True) |
Note:
See TracBrowser
for help on using the repository browser.