Package Pyblio :: Package Stores :: Module filestore
[hide private]
[frames] | no frames]

Module filestore

source code

Provides an in-memory store, which can read and save the database in Pyblio's XML format.

This store is useful for relatively small databases (up to a few thousand entries) and that are processed in batch once for instance, as the reading and writing can be slow.

Classes [hide private]
  RODict
Read-only dictionnary
  ResultSetStore
  Database
Functions [hide private]
 
dbdestroy(path, nobackup=False) source code
 
dbcreate(path, schema, args={}) source code
 
dbopen(path, args={}) source code
 
dbimport(target, source, args={}) source code
Variables [hide private]
  description = 'Flat XML file storage'