kriszyp / lmdb-js

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Other
486 stars 39 forks source link

[types] fix order of V/K types in top-level open() fn #20

Closed spalger closed 3 years ago

spalger commented 3 years ago

In #19 I swapped the order of the K and V generic arguments so that people would be able to define a value type without having to define a key type, but missed the swap in the top-level open() function.

kriszyp commented 3 years ago

Thank you for the type improvements! Published in 0.8.12.