Mixin: init

init

This mixin provides init() method which may initialize something depending on storage engines or ajax drivers, etc.
Source:

Example

var collection = new KagoDB({storage: 'json'});

collection.init(); // initialize