mirror of
https://github.com/python/cpython.git
synced 2026-05-21 20:03:06 -04:00
82560ebb8d
quite some content to move over from the pysqlite manual, but it's a start now.
4 lines
53 B
Python
4 lines
53 B
Python
import sqlite3
|
|
|
|
con = sqlite3.connect(":memory:")
|