sqlite3.sqlite_version The version number of the run-time SQLite library, as a string.
find_class(module, name) Import module if necessary and return the object called name from it, where the module
gdbm.close() Close the gdbm database.
iterdump() Returns an iterator to dump the database in an SQL text format. Useful when saving an in-memory database for later
exception pickle.PicklingError Error raised when an unpicklable object is encountered by Pickler. It inherits
executemany(sql, seq_of_parameters) Executes an SQL command against all parameter sequences or mappings found in the sequence
dumbdbm.sync() Synchronize the on-disk directory and data files. This method is called by the Shelve.sync() method
class sqlite3.Connection A SQLite database connection has the following attributes and methods:
sqlite3.enable_callback_tracebacks(flag) By default you will not get any tracebacks in user-defined functions, aggregates, converters
fast Deprecated. Enable fast mode if set to a true value. The fast mode disables the usage of memo, therefore speeding the pickling
Page 8 of 10