Venemo / node-lmdb

Node.js binding for lmdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of deprecated Buffer in example code

detj opened this issue · comments

Following example code are using Buffer which has been deprecated since node@6.0.0

Migrate to the newer Buffer.from API so that these examples can be run on newer versions of node.