matthieusb / clojure-simple-api

Clojure rest api used to demonstrate usage of the Clojure ecosystem for an Ippon Blog Article
Apache License 2.0
7 stars 3 forks source link

Add java-like model class for documents #5

Closed matthieusb closed 7 years ago

matthieusb commented 7 years ago

See usage of Korma db rather than classic jdbc to be able to use entities : https://github.com/korma/Korma See also : deftype and defrecord, clojure keywords that could come in handy

matthieusb commented 7 years ago

I have used schema validation for now, as it responds to our need.