fork of https://git.sr.ht/~eli_oat/ldb/
|
Milo Fultz
1166d432ce
Add row deletion by ID
Previously, ldb would just null the row found at a given ID. This change deletes the key and value found at the given ID for ldb. This was tested by adding a new row, getting the new key, deleting it, and checking the values. |
||
|---|---|---|
| .gitignore | * | |
| ldb.js | Add row deletion by ID | |
| README.md | * | |
| UNLICENSE | * | |
ldb.js
This is an itsy-bitsy database for the browser. Useful for trivial web apps and other toy projects.