Skip to content

Commit

Permalink
Gjør det enkelt å eksportere fra REPL-et
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansen committed Oct 19, 2023
1 parent d978c2a commit 9a909e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/matvaretabellen/dev.clj
Expand Up @@ -7,6 +7,7 @@
[integrant.core :as ig]
[integrant.repl.state]
[matvaretabellen.core :as matvaretabellen]
[matvaretabellen.export :as export]
[matvaretabellen.foodcase-import :as foodcase-import]
[matvaretabellen.search-index :as index]
[powerpack.app :as app]))
Expand All @@ -29,6 +30,8 @@
(app/stop)
(app/reset)

(export/export)

(def conn (d/connect (:foods/datomic-uri config)))

(take 5 (d/q '[:find [(pull ?food [:food/name :food/id]) ...]
Expand Down

0 comments on commit 9a909e9

Please sign in to comment.