Releases: sqlhabit/sql_schema_visualizer
Releases · sqlhabit/sql_schema_visualizer
Table and column highlights
Now you can highlight tables and columns via the highlights
URL param.
Here's an example URL: https://sqlhabit.github.io/sql_schema_visualizer/databases/bindle?highlights=users:id,email,signup_date;purchases:user_id,created_at
This is how it looks like:
Hide dataset scrollbar if not necessary
v1.3.2 Bump version for a new release
v1.3.1 – fix too high database selectors
Schema Visualizer MVP is done and soon will appear on SQL Habit 🚀
- All SQL Habit datasets are added with documentation ✅
- README file contains instructions on how to import a new schema ✅
- Github ribbon is there, the project is for everyone to enjoy ✅
What's left out
- detection of primary keys
- detection of edges (table relations)
- auto-arrangement of table nodes (atm, after import, tables are arranged in a simple grid)
You're very welcome to contribute and build it, I'm very happy to help.