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

Deprecation #16

Open juliangruber opened 11 years ago

juliangruber commented 11 years ago

Hi,

I saw this project isn't maintained any more and the demos show different APIs etc...

I created a leveldb binding myself (didn't fork for the purpose of learning), maybe you want to link to it:

https://github.com/juliangruber/node-leveled

It has async/sync methods, fast iterators etc. but lacks options and other stuff I didn't yet need.

ulikoehler commented 11 years ago

There's actually a LevelDB wrapper here: https://github.com/my8bird/node-leveldb It's actually a fork of this repository

I use it in some of my projects and it seems pretty stable.

Currently I get a 404 when trying to access your repository

However I agree that this repo isn't active any more...

@creationix : What do you think of merging my8birds repository?

juliangruber commented 11 years ago

oh, it is at juliangruber/node-leveled now, but that is also deprecated now in favor of levelup

creationix commented 11 years ago

I'll take a pull request modifying the README to note the current state of leveldb bindings. I don't work on this repo anymore. Also @tilgovi has push access to this repo if he wants to do anything with it.