my8bird / node-leveldb

NodeJS bindings to levelDB - a fast and lightweight key/value database library
http://code.google.com/p/leveldb/
BSD 2-Clause "Simplified" License
63 stars 12 forks source link

More JavaScript-like API #10

Closed mikepb closed 12 years ago

mikepb commented 12 years ago

I'm satisfied with the stability of the new API:

There are also some caveats from the requirements of the underlying leveldb library:

Cheers.

mikepb commented 12 years ago

Some thoughts in hindsight:

mikepb commented 12 years ago

Will remove sync functions to simplify C++ code, other improvements before merging.