apa512 / clj-rethinkdb

Eclipse Public License 1.0
204 stars 42 forks source link

Add fold term #193

Open point opened 6 years ago

point commented 6 years ago

There's a convenient fold command in rethinkdb https://www.rethinkdb.com/api/javascript/fold/ which is not implemented in this client. I need it in my project so I thought it may be a good idea to make this PR to get it normally in upstream and in maven repo.

Thanks, Alex