spectomic icon indicating copy to clipboard operation
spectomic copied to clipboard

Generate Datomic or Datascript schema from your Clojure(Script) specs

Results 4 spectomic issues
Sort by recently updated
recently updated
newest added

This PR simply adds a helper function called `parse-spec-keys` that will parse a spec form and return a set of keys.

Currently, if a spec if defined using `s/merge` or `s/keys` i.e. a composite spec, generating datomic schema out of it using `spectomic.core/datomic-schema` does not generate schema for all the individual...

I'm not really sure if it's worth the trouble to do something about this, but I thought I'd report it since it is somewhat normal usage. I've worked around it...