wizzi-repo
v0.7.11
Published
Ittf documents repository manager for the wizzi factory..
Downloads
39
Readme
wizzi-repo
Ittf documents repository manager for the wizzi factory..
Work still in progress
Availability of features will be announced
Features
- Filesystem ittf documents store
- MongoDb ittf documents store
Interface
repo.createStoreFactory(
options,
callback
);
Options
the uri of the mongodb instance
the virtual filesystem base folder
Returns
Usage
var repo = require('wizzi-repo');
...
repo.createStoreFactory(
{
storeKind: 'filesystem'
},
function (err, createStore) {
}
);
Wizzi
One machinery, many productions.