Hey, No. I was not aware that redshift is PostgreSQL under the hood.
Based on the docs it is based on PostgreSQL 8.0.2 and might not support some features I use to get the type thing working. It might be possible to make it work but you'll probably lose most of the features I implemented shadow-pgsql for in the first place. Will give it a try just for kicks when I find the time. But my primary Goal is good old PostgreSQL. Cheers, /thomas On Wed, Sep 3, 2014 at 3:14 PM, Ludwik Grodzki <grod...@gmail.com> wrote: > Hi. > > Have you tried it with Amazon's redshift? > > Regards. > > Ludwik. > > > On Thursday, 21 August 2014 19:00:11 UTC+1, Thomas Heller wrote: >> >> 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 a topic in the > Google Groups "Clojure" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/clojure/9uxhrXmufU0/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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.