> Parallel (and conjoined) API docs would solve ALL my (admittedly shallow)
problems, actually, but I wonder if it would remove some confusion for
others new to the lib and Clojure?
Definitely. I have only just started using Clojure and the java.jdbc
library and have found this a (minor) pain poin
, but I was still scratching
my head until I looked into the source.
On Sat, Nov 23, 2013 at 11:58 AM, Paul Samways wrote:
> Great work Kris, provides just enough abstraction over jdbc without
> getting in the way. One question though, and this may be just because I am
> relatively
Great work Kris, provides just enough abstraction over jdbc without getting
in the way. One question though, and this may be just because I am
relatively new to Clojure, but making the returned query lazy seems to be a
bit of a gotch'ya.
For example:
On Mon, Nov 11, 2013 at 10:10 PM, Kris Jenki
Hi Scott,
I only began Clojure web development recently and decided to use Luminus
[1]; it brings together a bunch of frameworks (lib-nior, ring, compojure,
etc). Felt like a good starting point for me.
Paul.
[1] http://www.luminusweb.net/
On Mon, Oct 28, 2013 at 9:51 AM, James Reeves wrote:
Oh? What are the benefits of using those over Korma? I've been more than
happy with it up to now.
On Mon, Oct 28, 2013 at 10:30 AM, Alexander Hudek wrote:
> http://www.luminusweb.net/ gives a reasonable starting setup. The only
> thing I would recommend doing differently is to use clojure/java.j