bcoin-org/bdb

Drop support for the strings

Opened this issue · 0 comments

nodech commented

Leveldown had support for string encoding for keys and values, but bdb depends and strictly uses buffers for everything. So we can drop support for strings and simplify the codebase. (no need for converting functions etc.)