Augmented.js Next Service - Datasource helper module
The datasource object for use as an interface for a datasource
clientobject The client for use in the DataSource
urlstring The url for the datasource (if applicable)
dbobject The database (or simular) for the datasource (if applicable)
collectionobject The collection for use in the DataSource
Returns boolean Returns true if a connection is established
Returns boolean Returns true if a connection is established
dataobject Data to insert
dataobject Data to remove
dataobject Data to update
Returns object Returns a value from the query or response code
Returns object Returns the collection
namestring The name of the collection
Returns object Returns the client
Extends Augmented.Service.DataSource
The SOLR datasource instance class - WIP
The datasource factory to return an instance of a datasource configured by type
Extends DataSource
The MongoDB datasource instance class
client