Directory

← Back

schema-diagram

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

Author

Rating

Popularity

<100

[ 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

schema-diagram - Vaadin Add-on Directory

Core visual component for https://github.com/SchemerApp/schemer-desktop schema-diagram - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/SchemerApp/schema-diagram](https://github.com//SchemerApp/schema-diagram/blob/v0.2.1/README.md) on 2019-05-10 ]** # schema-diagram [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/SchemerApp/schema-diagram) 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 ```html ``` > More documentation coming soon License MIT
Online Demo
Documentation
GitHub Homepage
View on GitHub
Issue tracker
License

schema-diagram version 0.2
### Dependencies Polymer/polymer#^2.0.0-rc.3 * bkjohnson/the-grid#c5854ea87b4589b993d0d11e612ce1ff6d07eb1d * PolymerElements/paper-card#2.0-preview

schema-diagram version 0.2.1
### Dependencies Polymer/polymer#^2.0.0-rc.3 * bkjohnson/the-grid#c5854ea87b4589b993d0d11e612ce1ff6d07eb1d * PolymerElements/paper-card#2.0-preview

Online