Parses environment variables into Clojure maps that are used to boot system components.
Parses environment variables into Clojure maps that are used to boot system components.
Instructions for how to boot the entire system
Instructions for how to boot the entire system
(initialize-connection-pool! ds)
this code initializes the pool and performs a validation check: It prevents us from having the first db request need to initialize the pool
this code initializes the pool and performs a validation check: It prevents us from having the first db request need to initialize the pool
(prepare-kaleidoscope {:keys [database-connection kaleidoscope-authentication
kaleidoscope-authorization
kaleidoscope-static-content-adapters]
:as system})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close