Fancy Queries for clj-record
Thanks to another contribution from Tunde Ashafa, clj-record now has support for more advanced queries using functions in the new clj-record.query namespace.
Previously you could do this:
; or
Now you can do this:
; having required [clj-record.query :as q]
; or
See the tests for more examples of what it does. See the source for how it's implemented. And please: recommend improvements.
No comments:
Post a Comment