Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
/ levelup Public archive
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Support encoding options on chained batch #633

@vweevers

Description

@vweevers

While we support passing options to chainedBatch.write(), encoding-down encodes keys and values before write() is called. We can keep that as-is, but should allow encoding options on chainedBatch.put() and chainedBatch.del().

E.g.: chainedBatch.put(key, value, options).

To be added to:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsemver-minorNew features that are backward compatible

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions