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