would it be possible for txn:db_open(create, db?) to get a few more parameters to enable using LMDB native integer keys?
something similar to this patch for the py-lmdb project:
jnwatson/py-lmdb@d3fc35a
perhaps something like this:
txn:db_open(create, db?, integerkey?, integerdup?, dupfixed?)
with each of the new optional parameters defaulting to false
I would submit a pull request if it were not above my pay grade ;)
would it be possible for
txn:db_open(create, db?)to get a few more parameters to enable using LMDB native integer keys?something similar to this patch for the
py-lmdbproject:jnwatson/py-lmdb@d3fc35a
perhaps something like this:
with each of the new optional parameters defaulting to
falseI would submit a pull request if it were not above my pay grade ;)