Construct a store suitable for user bridging information.
The connected datastore instance
DELETE multiple documents.
INSERT a multiple documents.
INSERT IF NOT EXISTS 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
Base class for bridge stores.