Core visual component for https://github.com/SchemerApp/schemer-desktop
[ This description is mirrored from README.md at github.com/SchemerApp/schema-diagram on 2019-05-10 ]
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
<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
Install
Framework Support
Polymer 2.0+
Browser Compatibility
Install with
Release notes - Version 0.2.1
Dependencies
Polymer/polymer#^2.0.0-rc.3
- bkjohnson/the-grid#c5854ea87b4589b993d0d11e612ce1ff6d07eb1d
- PolymerElements/paper-card#2.0-preview