cpython/Doc/lib/sqlite3/connect_db_1.py
2006-05-16 23:24:08 +00:00

3 lines
46 B
Python

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