Liking cljdoc? Tell your friends :D

cz.holyjak.rad.database-adapters.asami.connect

Establish connection to Asami

Establish connection to Asami
raw docstring

config->urlclj

(config->url {:asami/keys [driver] :as config})
source

start-connectionsclj

(start-connections config)

Return a map schema->connection based on the config.

The aso/databases entry in the config is a map with the following form:

{:production ; the 'schema', i.e. any custom keyword
  {:asami/driver   :mem ; or :local for file-storage
   :asami/database "my-db-name"}
}
Return a map schema->connection based on the config.

The `aso/databases` entry in the config is a map with the following form:

 ```clojure
 {:production ; the 'schema', i.e. any custom keyword
   {:asami/driver   :mem ; or :local for file-storage
    :asami/database "my-db-name"}
 }
 ```
sourceraw docstring

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

× close