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 specs it is made of.
If this is implemented, it will alleviate the pain of individually populating the spec vector to be fed to the spectomic.core/datomic-schema function.
Overriding of the individual specs' schemas should still be possible.
Currently, if a spec if defined using
s/mergeors/keysi.e. a composite spec, generating datomic schema out of it usingspectomic.core/datomic-schemadoes not generate schema for all the individual specs it is made of.If this is implemented, it will alleviate the pain of individually populating the spec vector to be fed to the
spectomic.core/datomic-schemafunction.Overriding of the individual specs' schemas should still be possible.