source:
vendor/python/2.5/Doc/lib/sqlite3/shared_cache.py
| Last change on this file was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 165 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 documentaton for details. |
| 5 | |
| 6 | sqlite3.enable_shared_cache(True) |
Note:
See TracBrowser
for help on using the repository browser.
