gkchris-superfast-mongo-insertion
v1.0.6
Published
simple function to insert a json document to a collection
Readme
This module contains one function that allows to insert many documents from a json file into a mongo DB collection
Syntax: insertDoc(<Document>, <mongoose Model>)
Document has to be a json file. The root of the json file must be called "root".
