Re: OJ - A friendly way to talk to your database using Clojure.

2014-11-04 Thread Taylor Lapeyre
an Klaveren wrote: > > Looks cool, any design decisions that made you create this instead of > using honeysql <https://github.com/jkk/honeysql> ? > > On Tuesday, November 4, 2014 3:45:35 AM UTC+1, Taylor Lapeyre wrote: >> >> >> >> GitHub project link: >

OJ - A friendly way to talk to your database using Clojure.

2014-11-03 Thread Taylor Lapeyre
GitHub project link: https://github.com/taylorlapeyre/oj The idea is to lay a solid foundation for talking to databases in Clojure using regular Clojure data structures to represent queries. My goal is to let this library become established enough that is becomes the foundation for larger fra