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
tips:sqlite [2020/01/22 09:14] scipiotips: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(':memory:') db = sqlite3.connect(':memory:')
 db.enable_load_extension(True) db.enable_load_extension(True)
  • tips/sqlite.1579680861.txt.gz
  • Last modified: 2020/01/22 09:14
  • by scipio