Hi is there a way to export DBML schema to SQLite DDL script ?
We currently do not have a native SQLite exporter. However, as a workaround, you can use chatGPT to generate SQLite DDL from DBML.
chatGPT works great with small DB but it gets lost whenever DB are bigger
Sorry for double text but I don’t see any edit button. Anyway, I found an external solution that works great with DBML. Search for a git repo named DBML_SQLite made by dvanderweele
Hi @FistiPaul ,
Sorry for double text but I don’t see any edit button
Can you show me a screenshot for this issue so we can investigate the issue further?
Regarding the ability to export dbml to sqlite, it has already been in our backlog, and we will implement it in the future.
Thanks.