This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:sqlite [2020/01/22 09:14] – scipio | tips:sqlite [2020/01/22 09:46] (current) – scipio | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| compile from sources into a python virtualenv (or change PREFIX to /usr/local) with spellfix extension | compile from sources into a python virtualenv (or change PREFIX to /usr/local) with spellfix extension | ||
| - | < | + | < |
| cd /tmp | cd /tmp | ||
| Line 38: | Line 38: | ||
| <file python test.py> | <file python test.py> | ||
| import sqlite3 | import sqlite3 | ||
| + | |||
| db = sqlite3.connect(': | db = sqlite3.connect(': | ||
| db.enable_load_extension(True) | db.enable_load_extension(True) | ||