$> touch example/path/to/my.db
(def config {:local true,
:eva.v2.database.core/id #uuid "8b9b56bc-25a9-4ecc-8edf-ee5fb4b93509",
:eva.v2.storage.value-store.core/partition-id #uuid "8230ebe8-84c0-45b8-b0d9-a5752c9fa031",
:eva.v2.storage.block-store.types/storage-type :eva.v2.storage.block-store.types/sql,
:eva.v2.storage.block-store.impl.sql/db-spec
{:classname "org.h2.Driver",
:subprotocol "h2",
:subname "example/path/to/my.db",
:user "sa"}})
(eva.api/connect config)
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close