|
__init__(self,
schema=None,
file=None,
create=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
add(self,
record,
key=None)
Insert a new entry in the database. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
index(self)
Turn on indexing of the db content. |
source code
|
|
|
|
Inherited from Query.Queryable :
count ,
query
Inherited from Store.Database :
collate ,
validate ,
xmlread ,
xmlwrite
Inherited from Callback.Publisher :
emit ,
register ,
unregister
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|