Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4548b4a commit 15db00eCopy full SHA for 15db00e
databases/datomic/connect-to-datomic.asciidoc
@@ -10,12 +10,12 @@ You need to connect to a Datomic database.
10
[[sec_datomic_connect_to_datomic_solution]]
11
==== Solution
12
13
-Before starting, add `[com.datomic/datomic "0.8.3335"]` to your project's
+Before starting, add `[com.datomic/datomic-free "0.8.4218"]` to your project's
14
dependencies or start a REPL using lein-try:
15
16
[source,shell]
17
----
18
-$ lein try com.datomic/datomic
+$ lein try com.datomic/datomic-free
19
20
21
To create and connect to an in-memory database use
0 commit comments