"The type of backing DB used to run Metabase. `:h2`, `:mysql`, or `:postgres`."
^clojure.lang.Keyword[]
(config/config-kw:mb-db-type))
(defnparse-connection-string
"Parse a DB connection URI like `postgres://cam@localhost.com:5432/cams_cool_db?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory` and return a broken-out map."