Utilities for working with Datomic Ions
Utilities for working with Datomic Ions
(default-config)
(default-config system-name)
Returns a client config map that's probably good enough for most people.
If system-name
is omited, it will be read from the :app-name
key of your
datomic/ion-config.edn
file.
Returns a client config map that's probably good enough for most people. If `system-name` is omited, it will be read from the `:app-name` key of your `datomic/ion-config.edn` file.
(ion-appender {:keys [level vargs _output]})
A taoensso.timbre
appender that sends logs to datomic.ion.cast
.
A `taoensso.timbre` appender that sends logs to `datomic.ion.cast`.
Intended for retrieving secrets.
Intended for retrieving secrets.
(get-param config k)
(get-params config env)
(get-path config env)
(set-timbre-ion-appender!)
Enables ion-appender
.
Enables [[ion-appender]].
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close