mongo-loader

2.1.0 • Public • Published

Mongo-Loader

Take json files and load them as collections into mongodb, then deletes them from the db when the tests are run.

Install

npm install mongo-loader --save-dev

Usage

var loader = require('mongo-loader');

loader.import(function () {
    //open a connection to your mongodb and data is there
});
//when done
loader.purge(function () {
   //additional clean up tasks 
});

The JSON Files

The files need to be in tests\fixtures and named one per collection. Check out the folders in this repo to see.

Configuring the connection

This module uses mongo-startand xtconf to connect so a config.json file with a "mongo-connection" in it will get you up and running.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.1.0
    0
  • 2.0.0
    0
  • 1.0.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i mongo-loader

Weekly Downloads

0

Version

2.1.0

License

MIT

Unpacked Size

4.88 kB

Total Files

6

Last publish

Collaborators

  • kev_nz