sphinx/Doc-26/includes/sqlite3/connect_db_1.py
2007-08-02 09:06:31 +00:00

4 lines
46 B
Python

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