pyre.db.DataStore¶
Module Contents¶
-
class
pyre.db.DataStore.DataStore¶ Bases:
pyre.protocolProtocol declaration for database managers
-
attach(self)¶ Establish a connection to the data store
-
detach(self)¶ Close a connection to the data store
-
execute(self, *sql)¶ Execute the sequence of SQL statements in {sql} as a single command
-