Hacker News new | ask | show | jobs
by RobGoretsky 2477 days ago
Given that this is a declarative language, have you given thought to creating a means of generating the (imperative) DDL needed to alter tables if the DBML is updated? My team has been storing DDL in our GitHub repo and we have a basic script run by our CI/CD tool to deploy that DDL upon push to master, but it would be great if that could be extended to handle cases where the DDL is modified.
1 comments

That’s a great idea. We’ll certainly consider it in the near future.