What HTTP server library to use

I doubt they’re using the fastest way of interacting with the current clojure.java.jdbc: using a reducible-query with a “raw” result set. That can get pretty close to raw Java JDBC performance (see the benchmark code in the repo).

This is something I intend to focus on with next.jdbc or whatever it ends up being called,