@wizzi/repo
v0.8.24
Published
Ittf documents repository manager for the wizzi factory.
Downloads
37
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.
Built With
* [Nodejs](https://nodejs.org)
* [Wizzi](https://github.com/stfnbssl/wizzi)