You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(page): add `page_size` parameter to allow overriding page size f…
…rom (#58)
* feat(page): add `page_size` parameter to allow overriding page size from
caller side
This is useful for DB-less reads as DB-less defines it's own page size
which might differ from what this library provides
KAG-5342
feat(prefix): prefix based lookup feature (#48)
This facilitates efficient enumeration of keys starting with a common prefix.
Previously a index key will need to be created, with this PR it is no longer
needed and it is possible to lookup all keys starting with a common prefix
using an iterator.
KAG-2984
feat(*) change lmdb_encryption_key_data to lmdb_encryption_key (#19)
change lmdb_encryption_key_data to lmdb_encryption_key,
which refers to a key file in the disk.
change lmdb_encryption_type to lmdb_encryption_mode.