Comment by dnautics
5 years ago
this is what I do... I have a UML document that describes the database schema and instead of autogenerating it, I run a compile-time check to verify that the UML is in sync with the schema.
5 years ago
this is what I do... I have a UML document that describes the database schema and instead of autogenerating it, I run a compile-time check to verify that the UML is in sync with the schema.
Nice! What tools do you use to achieve this?
it's about 125 lines in elixir:
https://gist.github.com/ityonemo/9f3b8f86a04f2636ab308b1b1a3...