Skip to content

Releases: sqlhabit/sql_schema_visualizer

Table and column highlights

08 Oct 22:20
Compare
Choose a tag to compare

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:

table_highlights

Hide dataset scrollbar if not necessary

11 Jul 22:05
Compare
Choose a tag to compare
v1.3.2

Bump version for a new release

v1.3.1 – fix too high database selectors

25 Jun 19:32
Compare
Choose a tag to compare

This PR allows the database selection popup to be scrollable in case it doesn't fit the height of the screen:

Screenshot 2023-06-25 at 21 31 58

Schema Visualizer MVP is done and soon will appear on SQL Habit 🚀

07 Feb 19:55
Compare
Choose a tag to compare
  • 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.

v1.2.0

06 Feb 20:30
Compare
Choose a tag to compare
Generate static db pages for GH pages

v1.1.1

05 Feb 21:15
Compare
Choose a tag to compare
Fix TS types for database config