drawdb-io / drawdb

Free, simple, and intuitive online database design tool and SQL generator.
https://drawdb.vercel.app
MIT License
12.08k stars 851 forks source link

ClickHouse Export #112

Closed adileo closed 1 month ago

adileo commented 1 month ago

To Do

Allow in the UI to select a specific flavour of DB Engine for a specific document, in this way we can show or hide fields or table configurations in the UI. Eg. On ClickHouse a table could support multiple Engine so there should be a way in the UI to specify that configuration on the table object. Or for example hide the "Types" tab in the UI since Clickhouse don't support those.

vercel[bot] commented 1 month ago

@adileo is attempting to deploy a commit to the dottle's projects Team on Vercel.

A member of the Team first needs to authorize it.

1ilit commented 1 month ago

Hello, adding allowCreate and not adding the extra logic to handle types that appear neither in sqlDataTypes not obj.types will at least break the export feature for MySQL.

Also, I'm not very sure about supporting clickhouse natively at this point in time