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

Fixed build for Node.js 0.5/0.6 #13

Closed justmoon closed 8 years ago

justmoon commented 12 years ago

Did the basic build changes required to get this module running under the new Node.js 0.6 stable. Tested the build under both 0.4.12 and 0.6.

justmoon commented 12 years ago

Poke! There's plenty more where this came from. ;)

justmoon commented 12 years ago

Bump again.

booo commented 12 years ago

Could you please add this!

justmoon commented 12 years ago

This patch landed in https://github.com/my8bird/node-leveldb along with a large number of other fixes and improvements.

my8bird's repository is also what you get if you run npm install leveldb.

justmoon commented 12 years ago

See: https://github.com/my8bird/node-leveldb/pull/1

booo commented 12 years ago

Thx! Looks pretty good.

@creationix do you still maintain the code base here? If not could you delete this repo or add a short notice about the fact that you do not? This repo is the first hit at google and confused at least me a bit.