Fix exec-repl to build in cljs.
This commit is contained in:
parent
d9cff5fa3c
commit
8633efc6be
1 changed files with 1 additions and 1 deletions
|
@ -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"))]
|
||||
|
|
Loading…
Reference in a new issue