Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
$ ./runsample open foo.db
COMMAND: scan
START KEY: {"name": "bar", "timestamp": 0}
END KEY: {"name": "foo", "timestamp": 100}
{"name": "bar", "timestamp": 1} {"value": "bbb"}
{"name": "bar", "timestamp": 10} {"value": "bbb"}
{"name": "foo", "timestamp": 1} {"value": "bbb"}
{"name": "foo", "timestamp": 10} {"value": "bbb"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment