LMDB.jl icon indicating copy to clipboard operation
LMDB.jl copied to clipboard

Widen argument for setting lmdb map size.

Open clemahieu opened this issue 2 years ago • 0 comments

To match the C signature mdb_env_set_mapsize(MDB_env *env, size_t size), add setindex! overload that takes a Csize_t argument.

clemahieu avatar Dec 02 '22 12:12 clemahieu