- 3rd party plugins for sql tooling in drawio
- contributions welcome
- see https://github.com/ariel-bentu/tam-drawio for multiple install options
- download plugin file
- sql.js - import/export SQL DLLS
- nosql.js - import/export openapi jsons
- or nosql.min.js
- you can then use the openapi.json spec to generate classes/interfaces in the language of your choosing
- nosql-ts.js - import/export typescript interfaces and openapi jsons (NOT vscode compatible)
- or clone project
git clone --branch main [email protected]:funktechno/sqltooling-drawio.git
and checkdist folder
- vscode Draw.io Integration
- settings.json
"hediet.vscode-drawio.plugins": [ { "file": "xxx\\sqltooling-drawio\\dist\\sql.js" }, { "file": "xxx\\sqltooling-drawio\\dist\\nosql.js" },
npm install
npm build:client
to updatedist/sql.js
npm build:client:nosql
to updatedist/nosql.js