Fork me on GitHub
#clojure-spec
<
2019-05-15
>
Alex Whitt14:05:51

Ahh that looks better! And thank you for the advice, I'll think about whether I can split this up or not.

lellis21:05:03

Hi all! There is some lib that i can create an ER model based in my spec definition?

jaihindhreddy07:05:01

Take a look at Hodur. Tries to DRY the essence of the domain model. You define one central model from which you generate the models for each thing you use (search engine, database, message queues etc.) https://github.com/luchiniatwork/hodur-engine

jaihindhreddy07:05:54

I'm sure you can extend hodur to make it generate an ER model too. Hodur's possibly too heavy conceptually for your specific use case.

👍 4