Base class for bridge stores.
Construct a store suitable for user bridging information.
The connected NEDB database instance
Readonly
Convenience method to convert a document to something.
The function which will be called with a single document object. Guaranteed not to be null.
A transformFn function to pass to the standard select/delete/upsert/etc methods.
transformFn
DELETE multiple documents.
INSERT a multiple documents.
INSERT IF NOT EXISTS a single document
SELECT a number of documents.
Optional
SELECT a single document.
Set a UNIQUE key constraint on the given field.
The field name. Use dot notation for nested objects.
Allow sparse entries (undefined won't cause a key violation).
UPDATE a single document. If the document already exists, this will NOT update it.
UPSERT a single document
Generated using TypeDoc
Base class for bridge stores.