I'm at a bit of a decision point about the shape of the public API for this Node interface.
There are two directions to go in:
-
Implement an API that is compatible with Node LevelDown API. That will allow us to use the existing Node LevelUP package as a higher level interface.
-
Implement an API that more closely follows the existing WiredTiger interface, and exposes a greater proportion of WiredTiger functionality.