Collections
Handle schema-based validation and data creation in a database.
Setup
const Collection = require('dubnium/collection');
const collection = new Collection(db, name, schema)Parameter
Type
About
Validate a Record
collection.validate(data)Name
Type
About
Type
About
Name
Type
About
Full Example
Last updated