wizzi-repo
TypeScript icon, indicating that this package has built-in type declarations

0.7.11 • Public • Published

wizzi-repo

Ittf documents repository manager for the wizzi factory..

Work still in progress

Availability of features will be announced

on Twitter and Facebook

Features

  • Filesystem ittf documents store
  • MongoDb ittf documents store

Interface

repo.createStoreFactory(
options,
callback
);

Options

storeKind oneOf 'filesystem', 'mongodb'
storeUri when storeKind == 'mongodb'

the uri of the mongodb instance

storeBaseFolder when storeKind == 'mongodb'

the virtual filesystem base folder

Returns

A function that can be called to obtain awizzi-repo.ittfDocumentStoreinterface.

Usage

var repo = require('wizzi-repo');

...

repo.createStoreFactory(
{
storeKind: 'filesystem'
},
function (err, createStore) {
}
);

Wizzi

One machinery, many productions.

Project page

Built With

License

This project is licensed under the MIT License - see the license.txt for details.

Readme

Keywords

none

Package Sidebar

Install

npm i wizzi-repo

Weekly Downloads

19

Version

0.7.11

License

none

Unpacked Size

673 kB

Total Files

274

Last publish

Collaborators

  • wizziteam