aboutsummaryrefslogtreecommitdiff
path: root/lmdb.c
Commit message (Collapse)AuthorAge
* add lmdb.next and pairs(db)the lemons2022-12-06
|
* asserr (assert not error) macrothe lemons2022-12-06
|
* env:txn_begin(): make read-only by defaultthe lemons2022-12-05
| | | | | this is more sensible behavior. read-write transactions are less performant, so the programmer should have to engage them explicitly.
* initialthe lemons2022-12-04