Fork me on GitHub
#sql
<
2018-02-18
>
Dos11:02:11

What says the clojure-community about ORM?

donaldball15:02:27

Most folk prefer to treat query results as data structures. For constructing queries and transactions, opinions are split between hugsql for a sql statement registry and honeysql for building sql statements from data representations.

Dos17:02:21

thanks for replying

tanzoniteblack17:02:59

the closest thing that clojure has to an ORM is korma (https://github.com/korma/Korma); the mainline has stopped being released, but our company (which is hiring if anyone's interested) has a fork of it with extra changes https://clojars.org/yummly/korma

tanzoniteblack17:02:41

granted, even within our company there's a split on people who like korma and people who think it's better just to use hugsql and write the SQL ourselves