On 2005-06-17, rh0dium <[EMAIL PROTECTED]> wrote: > I am starting to play with pysqlite, and would like to know if there is > a function to determine if a table exists or not.
sqlite_master has already been mentioned, so I'll point out some useful pragmas (under "Pragmas to query the database schema"): http://sqlite.org/pragma.html Dave Cook -- http://mail.python.org/mailman/listinfo/python-list