sqlite3.sqlite_version_info The version number of the run-time SQLite library, as a tuple of integers.
dbm.ndbm.open(filename[, flag[, mode]]) Open a dbm database and return a ndbm object. The filename argument
row_factory You can change this attribute to a callable that accepts the cursor and the original row as a tuple and will return
object.__getnewargs_ex__() In protocols 4 and newer, classes that implements the __getnewargs_ex__() method can
executescript(sql_script) This is a nonstandard convenience method for executing multiple SQL statements at once. It issues
object.__getnewargs__() This method serve a similar purpose as __getnewargs_ex__() but for protocols 2 and newer
cursor([cursorClass]) The cursor method accepts a single optional parameter cursorClass. If supplied, this must be
dbm.ndbm.library Name of the ndbm implementation library used.
load_extension(path) This routine loads a SQLite extension from a shared library. You have to enable extension loading with
dbm.gnu.open(filename[, flag[, mode]]) Open a gdbm database and return a gdbm object. The filename
Page 2 of 10