Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

range queries with pagination #420

Merged
merged 1 commit into from
Jun 21, 2022
Merged

Commits on Jun 21, 2022

  1. range queries with pagination

    This commit adds range query on a given database.
    `GET database?startkey=k1&endkey=k2` would be used
    by the client to range over a set of keys. If the
    query record limit is reached, the response would
    include the next start key.
    
    Signed-off-by: senthil <cendhu@gmail.com>
    cendhu committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d456472 View commit details
    Browse the repository at this point in the history