Package grassyknoll :: Package backend :: Package litesql :: Module SqliteCollection
[hide private]

Module SqliteCollection

source code

a Collection based on sqlite3

Classes [hide private]
  SqliteBase
code common to both readers & writers
  SqliteCollectionReader
  SqliteCollectionWriter
  SqliteCollection
Functions [hide private]
 
rollback(f) source code
 
tryCommit(f) source code
 
dictify(row, description)
return a dict from a row and a cursor description
source code
 
undictify(d)
given a dict, return a list of names and values
source code