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

minor cleanup :sunglasses:

parent 58847291
Branches
Tags
No related merge requests found
......@@ -21,14 +21,14 @@
(def ^:const available-drivers
"Available DB drivers."
{:h2 {:id "h2"
:name "H2"}
:postgres {:id "postgres"
:name "Postgres"}
:mongo {:id "mongo"
:name "MongoDB"}
:mysql {:id "mysql"
:name "MySQL"}})
{:h2 {:id "h2"
:name "H2"}
:postgres {:id "postgres"
:name "Postgres"}
:mongo {:id "mongo"
:name "MongoDB"}
:mysql {:id "mysql"
:name "MySQL"}})
(defn class->base-type
"Return the `Field.base_type` that corresponds to a given class returned by the DB."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment