Hey Clojure Folk,

I'm close to releasing the first alpha version 
of https://github.com/thheller/shadow-pgsql a "native" interface to 
PostgreSQL I wrote.

Its an implementation of the native binary protocol without any intent to 
ever support JDBC. Mostly because that provides a bunch of features I never 
use, but no support for features I wanted. It is mostly Java but I will 
probably only use it from Clojure so that is my primary goal going forward. 
I think the Java bits are close to stable.

I'm looking for interested beta testers and feedback. I'm bad at writing 
docs cause I never know where to start since there are so many features and 
differences to JDBC.

I have an example repl session here to get started:
https://github.com/thheller/shadow-pgsql/blob/master/src/examples/repl.clj

I would not recommend using it on "important" data yet cause it might very 
well eat it all. My goal is to move my projects to shadow-pgsql over the 
next few months, so a 1.0 should not be very far off.

Anyways, I'm happy to answer questions if anyone is interested.

Cheers,
/thomas

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to