Hacker News new | ask | show | jobs
by npack 1105 days ago
Every database has its own flavor of SQL syntax for DDLs. So, we settled on a minimal common syntax.

We will have "import" functionality available soon. You should be able to convert database specific DDLs into diagram language.

1 comments

Suggest checking out the sqlparse library for a way to do the different flavours without needing to address each case directly: https://github.com/andialbrecht/sqlparse