File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
1722In general all [ datascript documentation] ( https://github.com/tonsky/datascript/wiki/Getting-started ) applies.
1823
1924The code is currently a drop-in replacement for datascript on the JVM. If you
Original file line number Diff line number Diff line change 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 [
You can’t perform that action at this time.
0 commit comments