SQLite3: preventing new file creation

Gnarlodious gnarlodious at gmail.com
Fri Feb 5 13:44:03 EST 2010


Every time I say something like:

connection=sqlite3.connect(file)

sqlite creates a new database file. Can this behavior be suppressed
through SQLite? Or am I forced to check for the file existing first?

-- Gnarlie



More information about the Python-list mailing list