How to convert a MongoDB project to Mongoose
In Moon Modeler, you can create a project for MongoDB from scratch or by loading a structure from an existing database. In both cases, the project will be for MongoDB.
If you are interested in generating Mongoose scripts for your database structure, you can convert your project from MongoDB to Mongoose.
The conversion is easy to do. On the main toolbar, click the Convert button and select Convert to Mongoose.
Data types will be converted to Mongoose types, and objects of type view or function will be converted to type Other.
The result
After the conversion, you can continue with Mongoose-specific editing.
Note: this feature is available in the Professional edition only
#