On October 21, 2015 at 6:22:10 AM, Jony Hudson ([email protected]) wrote: The Java JDBC drivers support listening, although you have to do it by polling:
https://jdbc.postgresql.org/documentation/80/listennotify.html This alternative JDBC driver in progress, apparently supports push notification. I encountered it when I had a similar need, haven’t tried it yet. https://github.com/impossibl/pgjdbc-ng This repo is some kind of experiment in talking to PG using libpq, no JDBC. Looks like it didn’t get very far: https://github.com/benfante/libpq-wrapper There is one more similar thing out there somewhere. I encountered it when looking around a few months ago, but cannot find it now. It is a much more complete Java (and possibly even Clojure) library to work with PG, but not using the JDBC API. -- Kyle Cordes http://kylecordes.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
