Venemo/node-lmdb

In README.md you forgot to specify which kinds of "numbers" are supported

vporton opened this issue · 1 comments

I.e. can number be a floating point?

Numbers are defined as float64 (as they generally are in the context of JS code). The exception is where (keys) can be explicitly defined as 32-bit unsigned integers.