mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-02-04 15:38:55 +08:00
fix link
This commit is contained in:
@@ -18,7 +18,7 @@ Let's say, you have 2 tables:
|
||||
2. `student`:
|
||||
|
||||
| id | name | house |
|
||||
| -- | -------------- | ---------- |
|
||||
| --- | -------------- | ---------- |
|
||||
| 1 | Harry Potter | Gryffindor |
|
||||
| 2 | Ron Weasley | Gryffindor |
|
||||
| 3 | Draco Malfoy' | Slytherin |
|
||||
@@ -94,7 +94,7 @@ FROM student
|
||||
Run the query, the result set will look like this:
|
||||
|
||||
| graph_object |
|
||||
| ------------------------------------------------------------------------------ |
|
||||
| ---------------------------------------------------------------------------- |
|
||||
| {"object_type":0,"node_id":"Gryffindor","label":"Gryffindor","type":"house"} |
|
||||
| {"object_type":0,"node_id":"Hufflepuff","label":"Hufflepuff","type":"house"} |
|
||||
| {"object_type":0,"node_id":"Ravenclaw","label":"Ravenclaw","type":"house"} |
|
||||
@@ -115,6 +115,5 @@ properties, set graph styles and get the following visualisation:
|
||||
|
||||

|
||||
|
||||
|
||||
[1]: ./graph#requirements-for-result-set
|
||||
[1]: ../graph#requirements-for-result-set
|
||||
[2]: https://sqlite.org/json1.html#jobj
|
||||
|
||||
Reference in New Issue
Block a user