Liking cljdoc? Tell your friends :D

trident.ion

Utilities for working with Datomic Ions

Utilities for working with Datomic Ions
raw docstring

default-configclj

(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.
sourceraw docstring

get-params-memoizedclj

source

ion-appenderclj

(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`.
sourceraw docstring

Paramscljprotocol

Intended for retrieving secrets.

Intended for retrieving secrets.

get-paramclj

(get-param config k)

get-paramsclj

(get-params config env)

get-pathclj

(get-path config env)
sourceraw docstring

set-timbre-ion-appender!clj

(set-timbre-ion-appender!)

Enables ion-appender.

Enables [[ion-appender]].
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close