enable_load_extension(enabled) This routine allows/disallows the SQLite engine to load SQLite extensions from shared libraries
sqlite3.connect(database[, timeout, detect_types, isolation_level, check_same_thread, factory, cached_statements, uri]) Opens
object.__setstate__(state) Upon unpickling, if the class defines __setstate__(), it is called with the unpickled
pickle.loads(bytes_object, *, fix_imports=True, encoding="ASCII", errors="strict") Read a pickled object hierarchy from a
dbm.whichdb(filename) This function attempts to guess which of the several simple database modules available — dbm.gnu
dump(obj) Write a pickled representation of obj to the open file object given in the constructor.
pickle.dump(obj, file, protocol=None, *, fix_imports=True) Write a pickled representation of obj to the open
sqlite3.register_converter(typename, callable) Registers a callable to convert a bytestring from the database into a custom
object.__reduce__() The interface is currently defined as follows. The __reduce__() method takes no argument and
Page 10 of 10