-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds postopen, prewrite and newsub hooks that allow userland "hook functions" to customize behavior of the database. - Introduces a new `write` event that is emitted on `db.batch()`, `db.put()` and `db.del()`. - Restores support of userland options on batch operations. - Changes nested sublevels to be actually nested. Comes with two low-impact breaking changes, described in `UPGRADING.md`.
- Loading branch information
Showing
27 changed files
with
2,736 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.