Liking cljdoc? Tell your friends :D

Duct database.datalog.datahike Build Status

Integrant methods for connecting to a Datahike database from the Duct framework. These methods can also be used outside Duct in any Integrant application.

Installation

Add the following dependency to your deps.edn file:

org.duct-framework/database.datalog.datahike {:mvn/version "0.1.0"}

Or to your Leiningen project file:

[org.duct-framework/database.datalog.datahike "0.1.0"]

Usage

This library provides the :duct.database.datalog/datahike Integrant key, which takes a Datahike configuration as its value.

For example:

{:duct.database.datalog/datahike
 {:store {:backend :file, :path "db"}}

If the database does not exist, it is automatically created when the key is initiated.

License

Copyright © 2026 James Reeves

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close