Convert https://nosqldbm.ru/ JSON data to Mongoose Schema.
-
Design your database on https://nosqldbm.ru/.
-
View JSON and Copy clipboard.
-
Save it as a file raw.json.
-
Load your schemas.
const nosqldbmConverter = require('nosqldbm-converter') const rawJSON = require('./raw.json'); console.log(nosqldbmConverter(rawJSON));
This package is freely distributable under the terms of the MIT license.