creationix / node-leveldb

NodeJS bindings to levelDB - a fast and lightweight key/value database library
http://code.google.com/p/leveldb/
113 stars 32 forks source link

Merged in Iterator code #11

Closed my8bird closed 13 years ago

my8bird commented 13 years ago

my fork has iterators from https://github.com/DamonOehlman/node-leveldb as well as the modifications to make those iterators async.