lobos icon indicating copy to clipboard operation
lobos copied to clipboard

Accept connection parameters as URL strings instead of maps.

Open technomancy opened this issue 14 years ago • 2 comments

The clojure.java.jdbc library now accepts connection parameters as strings rather than requiring URLs. It would be great if lobos could do the same.

technomancy avatar Nov 29 '11 00:11 technomancy

I can work on a patch for this.

technomancy avatar Nov 29 '11 00:11 technomancy

I'll postpone that feature to 1.1 finally, I'll wait to see how java.jdbc change (Sean told me he'll get rid of the internal namespace) so that I can reuse as much code as possible from it.

budu avatar Mar 12 '12 01:03 budu