-
Notifications
You must be signed in to change notification settings - Fork 0
6. Part 2 Installation of Datomic Database on FreeBSD 11.2
Tanveer Alam edited this page Nov 26, 2018
·
3 revisions

root@freebsd:~/performance/datomic/datomic-free-0.9.5703/code # ll
-rw-r--r-- 1 root wheel 472 Nov 26 10:13 main.clj
-rw-r--r-- 1 root wheel 507 Nov 26 10:13 testtable-data0.edn
-rw-r--r-- 1 root wheel 414 Nov 26 10:13 testtable-schema.edn
i) main.clj- main clojure script
ii) testtable-schema.edn- includes testtable schema
iii) testtable-data0.edn - sample input data
To execute script move to REPL terminal
user=> (load-file "/root/performance/datomic/datomic-free-0.9.5703/code/test1.clj")

