Hi all, I tried posting this a few weeks ago, but I still have not seen it show up on this list. If this message shows up as a duplicate, I am sorry for the spam.
I have written a Python library that allows one to express general SELECT queries as a string of text, but without raw SQL. The parsing is done using PLY. The library is an implementation of a query language called ClearQL. Here is a short list of the goals of ClearQL: - Readability. ClearQL should be at least as legible as SQL. It should not be less legible. - Clarity. It should be simple to formulate queries clearly in ClearQL. - Consistency. The ClearQL grammar should be consistent and unsurprising. - Utility. ClearQL should be usable in a URI as well as in more traditional contexts. More information is at: http://www.lsc-group.phys.uwm.edu/~kline/clearql/ Thanks, --Jeff -- You received this message because you are subscribed to the Google Groups "ply-hack" group. To view this discussion on the web visit https://groups.google.com/d/msg/ply-hack/-/BH_AtciZyyAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/ply-hack?hl=en.
