i'm starting develop datomic-backed clojure app, , i'm wondering what's best way declare schema, in order address following concerns:
- having concise, readable representation schema
- ensuring schema installed , up-to-date prior running new version of app.
intuitively, approach following:
- declaring helper functions make schema declarations less verbose raw maps
- automatically installing schema part of initialization of app (i'm not yet knowledgeable enough know if works).
is best way go? how people it?
i use conformity see conformity repository. there useful blogpost yeller here guide how use conformity.
Comments
Post a Comment