nosqldbm-converter

1.1.1 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nosqldbm-converter

    Weekly Downloads

    0

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    20 kB

    Total Files

    10

    Last publish

    Collaborators

    • doublevkay