Fix exec-repl to build in cljs.

This commit is contained in:
Richard Newman 2016-07-26 10:49:43 -07:00
parent d9cff5fa3c
commit 8633efc6be

View file

@ -13,7 +13,6 @@
[datomish.sqlite :as s]
[datomish.sqlite-schema :as ss]
[datomish.query :as dq]
[datomish.transact :as transact]
#?@(:clj
[[datomish.jdbc-sqlite]
[datomish.pair-chan :refer [go-pair <?]]
@ -42,6 +41,7 @@
[db find]
(pair-channel->lazy-seq (db/<?run db find))))
#_
(defn xxopen []
(datomish.pair-chan/go-pair
(let [d (datomish.pair-chan/<? (s/<sqlite-connection "/tmp/foo.sqlite"))]