cpython/Doc/lib/sqlite3/connect_db_1.py
Gerhard Häring 82560ebb8d Further integration of the documentation for the sqlite3 module. There's still
quite some content to move over from the pysqlite manual, but it's a start now.
2006-05-01 15:14:48 +00:00

3 lines
49 B
Python

import sqlite3
con = sqlite3.connect("mydb")