Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.72 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.72 KB

nosqldbm-converter

NPM version NPM downloads MIT License FOSSA Status

Convert https://nosqldbm.ru/ JSON data to Mongoose Schema.

Getting started

  1. Design your database on https://nosqldbm.ru/.

  2. View JSON and Copy clipboard.

  3. Save it as a file raw.json.

  4. Load your schemas.

    const nosqldbmConverter = require('nosqldbm-converter')
    const rawJSON = require('./raw.json');
    
    console.log(nosqldbmConverter(rawJSON));

License

This package is freely distributable under the terms of the MIT license.

FOSSA Status