level-atomichooks
v1.0.1
Published
Add hooks to levelup that allow atomic reads and writes for intercepting puts and deletes in order to expand functionality.
Downloads
7
Readme
Level-AtomicHooks
Allows for easy extensibility of levelup's functionality. You can intercept all of the main API calls and do whatever else you want atomically (even asynchronous reads to the db or elsewhere).