Skip to content
Snippets Groups Projects
Commit 2827a7b1 authored by Cam Saul's avatar Cam Saul
Browse files

remove unneeded namespaces in Generic SQL util

parent 2df35b4c
Branches
Tags
No related merge requests found
......@@ -6,12 +6,8 @@
[colorize.core :as color]
[korma.core :as korma]
[korma.db :as kdb]
[metabase.db :refer [sel]]
[metabase.driver :as driver]
[metabase.driver.query-processor :as qp]
(metabase.models [database :refer [Database]]
[field :refer [Field]]
[table :refer [Table]])))
[metabase.driver.query-processor :as qp]))
;; Cache the Korma DB connections for a given Database for 60 seconds instead of creating new ones every single time
(defn- db->connection-spec [database]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment