pyre.db.SQLite¶
Module Contents¶
-
class
pyre.db.SQLite.SQLite¶ Bases:
pyre.db.Server.ServerComponent that manages the connection to a sqlite database
-
providesHeaders= False¶
-
database¶
-
doc= the path to the sqlite database¶
-
cursor¶
-
connection¶
-
attach(self)¶ Connect to the database
-
detach(self)¶ Close the connection to the database
-
execute(self, *sql)¶ Execute the sequence of SQL statements in {sql} as a single command
-