diff options
| author | ubq323 <ubq323@ubq323.website> | 2023-03-19 20:39:34 +0000 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2023-03-20 22:57:38 -0500 |
| commit | ba9787994770dab80403ee21539bd5bbba912d47 (patch) | |
| tree | 09520983785cb031dd1a899b03f205185666034a /README.md | |
| parent | 5bbf9ed81eeed87b44edffa15e3310b17918a7a7 (diff) | |
add #db operator for number of entries in db
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,3 +57,6 @@ write `value` as the value of `key` into the database. ### `pairs(db)` returns `lmdb.next, db, nil`. + +## `#db` +return the number of entries in the database. |
