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: 1) Implement an API that is compatible with Node [LevelDown](https://github.com/rvagg/node-leveldown) API. That will allow us to use the existing Node [LevelUP](https://github.com/rvagg/node-levelup) package as a higher level interface. 2) Implement an API that more closely follows the existing WiredTiger interface, and exposes a greater proportion of WiredTiger functionality.
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.