Y
Hacker News
new
|
ask
|
show
|
jobs
by
Omnipresent
707 days ago
Is this on GitHub to take a look at the code?
1 comments
tobilg
706 days ago
Currently it‘s not open sourced. Eventually considering it for the future though.
link
Omnipresent
706 days ago
Thank you. Look forward to it! How is the data model visuzalization built? Does Duckdb provide that out of the box?
link
tobilg
704 days ago
No, it's implemented via parsing the current schema and translating it to a Mermaid ERD, see
https://mermaid.js.org/syntax/entityRelationshipDiagram.html
link