1
0
Fork
You've already forked ldb
0
  • JavaScript 100%
Find a file
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.
2022年09月05日 17:30:20 -07:00
.gitignore * 2022年01月23日 19:25:49 -05:00
ldb.js Add row deletion by ID 2022年09月05日 17:30:20 -07:00
README.md * 2022年01月23日 19:25:49 -05:00
UNLICENSE * 2022年01月23日 19:25:49 -05:00

ldb.js

This is an itsy-bitsy database for the browser. Useful for trivial web apps and other toy projects.