0.0.2 • Published 8 years ago

@qsdt/core-storage-mongo-db v0.0.2

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
8 years ago

qsdt-logo@qsdt/core-storage-mongo-db

Mongo DB Storage Implementation for QSDT's configuration

What's this? - Intro

This module contains the Mongo DB implementation of Form and Blueprints managing for QSDT.

What's in here?

MongoDatabaseFormManager

Defines how Forms are accessed via a stored collection at a Mongo Database

MongoDatabaseBlueprintManager

Defines how Blueprints and Blueprint Materials are accessed via a stored collection at a Mongo Database

FS2MongoProcessor

Migrates a FileSystem based configuration to a Mongo Database based one.

Anything else?

Be cautious of closing the Mongo DB connection using the destroyProvider method on the StorageManagerProvider class