(assoc:make-pool?true)))); need to make a pool or the connection will be closed before we get a change to unCLOB-er the results during JSON serialization
(def^{:arglists'([database])}db->korma-db
(def^{:arglists'([database])}
db->korma-db
"Return a Korma database definition for DATABASE.
This does a little bit of smart caching (for 60 seconds) to avoid creating new connections when unneeded."
(let[-db->korma-db(memo/ttl(fn[database]
(log/debug(color/red"Creating a new DB connection..."))