wterl/src
Steve Vinoski 6c0f14da6e add fold_keys, and funs for getting keys and values via cursors
Change cursor_{next,prev} to return {ok, Key, Value}. Add
cursor_{next,prev}_{key,value} functions to allow cursor movement
followed by fetch of either key or value. Add fold_keys function. Add
unit tests for these changes. Also specify "inorder" on the unit test
generator functions, since the tests they specified are intended to be
run that way.
2012-02-19 20:20:38 -05:00
..
wterl.app.src make wterl an app, cache the WT connection 2012-02-17 00:42:22 -05:00
wterl.erl add fold_keys, and funs for getting keys and values via cursors 2012-02-19 20:20:38 -05:00
wterl_app.erl make wterl an app, cache the WT connection 2012-02-17 00:42:22 -05:00
wterl_conn.erl make wterl an app, cache the WT connection 2012-02-17 00:42:22 -05:00
wterl_sup.erl make wterl an app, cache the WT connection 2012-02-17 00:42:22 -05:00