The data structure used by NedbClients to manage their collections of documents.
The path and datastore are used in the actual persisting of the data by NeDB.
The name and model are used by SuperCamo to determine what document rules to apply to the collection's data.
This is not a class that you, as a user of the SuperCamo package, will typically interact with or use directly at all.
BigfootDS
Reference to the NeDB Datastore object for this collection.
Reference to the NedbDocument-inheriting class used to define the collection's data structure.
Name of the collection.
Path to its ".db" NeDB file.
The data structure used by NedbClients to manage their collections of documents.
The path and datastore are used in the actual persisting of the data by NeDB.
The name and model are used by SuperCamo to determine what document rules to apply to the collection's data.
This is not a class that you, as a user of the SuperCamo package, will typically interact with or use directly at all.
Author
BigfootDS