tips:sqlite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:sqlite [2020/01/22 09:14] scipiotips: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
-<code>+<code bash>
 cd /tmp cd /tmp
  
Line 38: Line 38:
 <file python test.py> <file python test.py>
 import sqlite3 import sqlite3
 +
 db = sqlite3.connect(':memory:') db = sqlite3.connect(':memory:')
 db.enable_load_extension(True) db.enable_load_extension(True)
  • tips/sqlite.1579680846.txt.gz
  • Last modified: 2020/01/22 09:14
  • by scipio