1.1.1 • Published 2 years ago

nosqldbm-converter v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago