Directory

← Back

schema-diagram

Core visual component for https://github.com/SchemerApp/schemer-desktop

Author

Contributors

Rating

[ This description is mirrored from README.md at github.com/SchemerApp/schema-diagram on 2019-05-10 ]

schema-diagram

Published on webcomponents.org

Core visual component for https://github.com/SchemerApp/schemer-desktop

This component can also be the basis for an interactive visual database documentation, provided you correctly use the schema variable

<schema-diagram
                schema='[{ "name": "Table_1", "columns": [{"name": "id", "type": "integer"}, {"name": "val", "type": "string"}], "relations": ["config_table.id"]},
            { "name": "config_table", "columns": [{"name": "id", "type": "integer"}, { "name": "value", "type": "string"}], "relations": []}]'></schema-diagram>

More documentation coming soon

License

MIT

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

Polymer/polymer#^2.0.0-rc.3

  • bkjohnson/the-grid#c5854ea87b4589b993d0d11e612ce1ff6d07eb1d
  • PolymerElements/paper-card#2.0-preview
Released
2017-04-16
Maturity
TESTED
License
Other

Compatibility

Framework
Polymer 2.0+
Browser
Browser Independent
Online