Skip to content

Commit d1b6d89

Browse files
committed
Document that encodings implies utf8 default
1 parent 0837a16 commit d1b6d89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,7 @@ Does db have the methods `createReadStream`, `createKeyStream` and `createValueS
313313

314314
### `encodings` (boolean)
315315

316-
Do all relevant db methods take `keyEncoding` and `valueEncoding` options?
317-
318-
_TBD: what this means for `*asBuffer` options._
316+
Do all relevant db methods take `keyEncoding` and `valueEncoding` options? If true, the db must use a default encoding of utf8 and all its operations must return strings rather than buffers by default.
319317

320318
<details>
321319
<summary>Support matrix</summary>

0 commit comments

Comments
 (0)