Back

jdbc-url-format? (clj)

(source)

function

(jdbc-url-format? url)
JDBC URLs must begin with `jdbc:` followed by the `dbtype` and a second colon. Note: `clojure.java.jdbc` incorrectly allowed `jdbc:` to be omitted at the beginning of a JDBC URL.

Examples