Add DB.iterator helper api #1

Merged
jackrobison merged 7 commits from iterator-api into master 2022-01-16 20:34:07 +01:00
jackrobison commented 2022-01-14 04:13:53 +01:00 (Migrated from github.com)
  • adds DB.iterator method to access different types of iterators (keys / values / pairs of keys and values) easily and to do prefix/range scans, supports column families
  • add context manager wrapper for DB.write_batch
- adds `DB.iterator` method to access different types of iterators (keys / values / pairs of keys and values) easily and to do prefix/range scans, supports column families - add context manager wrapper for `DB.write_batch`
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-rocksdb#1
No description provided.