About the schema-diagram category

schema-diagram:
[ 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 GitHub - SchemerApp/schemer-desktop: The electron app for turning your database schema into an ER diagram

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