/staruml-to-sql

Converter StarUML .mdj file to .sql file

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

StarUML to SQL

This library exists to help convert your StarUML .mdj file extension to SQL file.

Installation

npm i staruml-to-sql

Usage

const staruml = require('staruml-to-sql);

staruml.convert('fullpath-mdj-file', 'save-folder-destination');