Show HN: Drop a SQL schema, get an interactive ER diagram
1–10 of 10 posts
Re: Show HN: Drop a SQL schema, get an interactive ER diagram
#2[flagged]
Re: Show HN: Drop a SQL schema, get an interactive ER diagram
#3Interesting, thanks for sharing that.
Re: Show HN: Drop a SQL schema, get an interactive ER diagram
#4Interesting, thanks for sharing that.
Thanks! If you point it at your own schema, I'd be curious which dialect and whether anything trips it up.
Re: Show HN: Drop a SQL schema, get an interactive ER diagram
#5[flagged]
Re: Show HN: Drop a SQL schema, get an interactive ER diagram
#6[flagged]
Re: Show HN: Drop a SQL schema, get an interactive ER diagram
#7“Drop” is a loaded verb in a SQL context. “Add” or “paste” might avoid the raised eyebrow.
Re: Show HN: Drop a SQL schema, get an interactive ER diagram
#8“Drop” is a loaded verb in a SQL context. “Add” or “paste” might avoid the raised eyebrow.
Ha, fair. No DROP TABLE here, I promise: the upload is read-only and the page it generates is static. Point taken on the wording.
Re: Show HN: Drop a SQL schema, get an interactive ER diagram
#9Drop schema, get an interactive ER diagram — that's the kind of boring tool I bookmark and come back to on every migration.
Re: Show HN: Drop a SQL schema, get an interactive ER diagram
#10cool, thanks for sharing!