Methods
-
dummy() → {Dummy}
-
Builds a new dummy resource, the dummy resource can be used to execute random queries using the same infrastructure as records and collections.
- Source:
- module/factory.js, line 201
Returns:
the dummy object
- Type
- Dummy
-
list() → {List}
-
Creates a new record list.
A list is a ordered set of records not bound to a particular scope.
Contained records can belong to any scope.
- Source:
- module/factory.js, line 214
Returns:
the new list
- Type
- List