pyre.db.DataStore

Module Contents

class pyre.db.DataStore.DataStore

Bases: pyre.protocol

Protocol 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