(defdb prod (postgres {:db "korma" :user "db" :password "dbpass"})) (defentity address) (defentity user (has-one address)) (select user (with address) (fields :firstName :lastName :address.state) (where {:email "korma@sqlkorma.com"})) Clojure is beautiful.It can make SQL beautiful too.Korma is a domain specific language for Clojure that takes the pain out of working with your favorite RDBMS. Built
{{#tags}}- {{label}}
{{/tags}}