Establish connection to Asami
Establish connection to Asami
(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"} } ```
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close