index
:
pysqlcipher.git
debian/experimental
debian/platform-0.9
develop
master
openssl1_1
[pysqlcipher]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
includes
/
sqlite3
/
connect_db_2.py
blob: 6899843e8b39e5e4d36cd5f5670659607aa72628 (
plain
)
1
2
3
from pysqlite2 import dbapi2 as sqlite3 con = sqlite3.connect(":memory:")