When using a Datomic source, you'll need to add Datomic dependencies. Since not all projects that use Schema Voyager will need to connect to Datomic, it isn't one of the default dependencies.
If you don't have Datomic as a dependency, you'll see an error referencing Datomic. These errors manifest in a few forms. In all cases, the fix is to ensure the deps are included in your deps.edn.
Diagnosis: You're trying to connect to a cloud server but you don't have com.datomic/client-cloud on your classpath.
Diagnosis: You're trying to connect to a :dev-local
server but you don't have com.datomic/dev-local on your classpath.
Diagnosis: You're trying to connect to a :dev-local
server and you have com.datomic/client-cloud on your classpath but you don't have com.datomic/dev-local.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close