Skip to content

Commit ed30bec

Browse files
committed
Add leiningen link.
1 parent 1f29da6 commit ed30bec

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ happy if you join us.
1414

1515
## Usage
1616

17+
Add to your leiningen dependencies:
18+
19+
[![Clojars Project](http://clojars.org/io.replikativ/datahike/latest-version.svg)](http://clojars.org/io.replikativ/datahike)
20+
21+
1722
In general all [datascript documentation](https://github.com/tonsky/datascript/wiki/Getting-started) applies.
1823

1924
The code is currently a drop-in replacement for datascript on the JVM. If you

project.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
(defproject datahike "0.16.3"
2-
:description "An implementation of Datomic in-memory database and Datalog query engine in ClojureScript"
1+
(defproject io.replikativ/datahike "0.1.0-SNAPSHOT"
2+
:description "A durable datalog implementation adaptable for distribution."
33
:license {:name "Eclipse"
44
:url "http://www.eclipse.org/legal/epl-v10.html"}
5-
:url "https://github.com/tonsky/datahike"
5+
:url "https://github.com/replikativ/datahike"
66

77
:dependencies [
88
[org.clojure/clojure "1.7.0" :scope "provided"]
99
[org.clojure/clojurescript "1.7.228" :scope "provided"]
10-
[hitchhiker-tree "0.1.0-SNAPSHOT"]
10+
[io.replikativ/hitchhiker-tree "0.1.0-SNAPSHOT"]
1111
]
1212

1313
:plugins [

0 commit comments

Comments
 (0)