oskar-anderson / HedgehogDBD

ERD modeling tool for visualizing database diagrams
https://hedgehog-dbd.vercel.app/
MIT License
11 stars 1 forks source link

scripting-comments #1

Closed utterances-bot closed 1 year ago

utterances-bot commented 1 year ago

Draw

http://localhost:1337/webapp/pages/draw.html

oskar-anderson commented 1 year ago

Listing all tables:

for (let table of schema.tables) {
    RESULT_LOG.push(table.head);
}
oskar-anderson commented 1 year ago

Moved comments over to giscus for:

https://github.com/oskar-anderson/RasterModeler/discussions/3