Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Integrant methods for Datahike

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages