Optional
dbrefPrivate
#generateGenerator for constructing lines for file streaming output of db container or collection.
A custom, restructured aggregation of independent serializations.
LokiFsStructuredAdapter
output format options for use externally to loki
Private
#getPrivate
#loadRecursive function to chain loading of each collection one at a time. If at some point i can determine how to make async driven generator, this may be converted to generator.
LokiFsStructuredAdapter
the name to give the serialized database within the catalog.
the ordinal position of the collection to load.
callback to pass to next invocation or to call when done
Private
#saveDeletes a database from the persistence layer.
the name of the database to delete
the callback to handle the result or error after deleting
Loki reference adapter interface function. Saves structured json via loki database object reference.
LokiFsStructuredAdapter
the name to give the serialized database within the catalog.
the loki database object reference to save.
Optional
callback: PersistenceAdapterCallbackcallback passed obj.success with true or false
Loki persistence adapter interface function which outputs un-prototype db object reference to load from.
LokiFsStructuredAdapter
Generated using TypeDoc
Loki structured (node) filesystem adapter class. This class fulfills the loki 'reference' abstract adapter interface which can be applied to other storage methods.