We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87adbbf commit fca42c9Copy full SHA for fca42c9
1 file changed
README.md
@@ -29,7 +29,7 @@ Originally built for [the SQL Habit course](https://www.sqlhabit.com/), it's ava
29
30
You can highlight tables and columns via the `highlights` URL param. Here's an example URL:
31
32
-https://sqlhabit.github.io/sql_schema_visualizer/?highlights=users:id,email,signup_date;purchases:user_id,created_at
+https://sqlhabit.github.io/sql_schema_visualizer/databases/bindle?highlights=users:id,email,signup_date;purchases:user_id,created_at
33
34
:mag: Note that tables are followed by semicolons `:` and column names are separated with commas `,`. Here's how it looks like:
35
0 commit comments