staruml-to-sql

Convert StarUML .mdj file to .sql file.

Usage no npm install needed!

<script type="module">
  import starumlToSql from 'https://cdn.skypack.dev/staruml-to-sql';
</script>

README

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');