This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tips:sqlite [2020/01/22 09:14] – scipio | tips:sqlite [2020/01/22 09:46] (current) – scipio | ||
|---|---|---|---|
| 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) | ||