On Friday, May 4, 2012 4:56:03 AM UTC+3, dirtyvagabond wrote: > > Anyone know of a Clojure library to parse SQL statements? If not, would it > be sane to build one using parsec?
if there is no Clojure lib, you always may use Java lib. i relatively successfully tried : http://jsqlparser.sourceforge.net/ other variants zql, part of Apache Derby <http://db.apache.org/derby/> and smth - were not usefull or hard to adopt. see "sql parser java" questions on stackoverflow.com -- zmi la -- 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