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