We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982c899 commit c5f5d03Copy full SHA for c5f5d03
src/codes/clj/docs/extractor/core.clj
@@ -20,8 +20,7 @@
20
(let [config (config/read! "resources/config.edn")
21
db-conn (datalevin/open-db-coon config)]
22
(with-log
23
- (parse-projects (:deps config) db-conn)
24
- (datalevin/close-db-conn db-conn))))
+ (parse-projects (:deps config) db-conn))))
25
26
(defn -main
27
"The entry-point for 'gen-class'"
src/codes/clj/docs/extractor/datalevin.clj
@@ -111,8 +111,5 @@
111
"definition-name" {:query-analyzer query-analyzer
112
:analyzer analyzer}}})))
113
114
-(defn close-db-conn [db-conn]
115
- #_(d/close db-conn))
116
-
117
(defn bulk-transact! [datoms conn]
118
(d/transact! conn datoms))
0 commit comments