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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |