Visual Design and HTML5 Documentation
Using DbSchema you will interact with the database visually.
There is no need to be an SQL expert to create new tables, columns, or foreign keys or to explore the data from multiple tables.
Also, many other operations like writing queries, generating test data, or importing data into the database are done visually.
When talking about the database design, a crucial factor in the documentation.
Using DbSchema you can organize the tables in multiple layouts and add comments to them.
Then you can generate HTML5 or PDF documentation, with the interactive diagram image, where the comments can be read as mouse-over tooltips.
As an example, in the image below you can hover tables and columns and read the comments.
Read More