Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

funktechno/sqltooling-drawio

Repository files navigation

sqltooling-drawio

  • 3rd party plugins for sql tooling in drawio
  • contributions welcome

Getting Started

  • 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 git@github.com:funktechno/sqltooling-drawio.git and check dist 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"
    },

Examples

Development

  • npm install
  • npm build:client to update dist/sql.js
  • npm build:client:nosql to update dist/nosql.js

AltStyle によって変換されたページ (->オリジナル) /