aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* always enable NOTLS flagHEADmasterubq3232023-12-16
|
* make installthe lemons2023-04-05
|
* add mapsize optionubq3232023-04-04
|
* add lmdb.pairs() for iteration on lua versions without __pairs metamethodubq3232023-04-04
| | | | also fix minor formatting error in readme
* add #db operator for number of entries in dbubq3232023-03-20
|
* make luajit support work, finallyubq3232023-03-20
| | | | after all that, it was only one line of makefile that needed changing, somehow
* improve makefilethe lemons2023-03-20
|
* add basic testing scriptubq3232023-03-20
|
* fix stack underflow causing segfault on luajitubq3232023-03-20
|
* add support for lua 5.1ubq3232023-03-20
| | | | | uses a weak-keyed table in the registry to store parent-child mappings, instead of associated uservalues, which were only added in 5.2.
* 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.
* another small typo in READMEthe lemons2022-12-04
|
* small typo in READMEthe lemons2022-12-04
|
* initialthe lemons2022-12-04