staltz / leveldown-nodejs-mobile

Pure C++ Node.js LevelDB binding serving as the back-end to LevelUP — Specific to Node.js for Mobile
MIT License
3 stars 4 forks source link

leveldown-nodejs-mobile

Fork of leveldown that is committed to support nodejs-mobile because leveldown not necessarily supports it.

Supports

Diff

The changes made from leveldown to leveldown-nodejs-mobile are:

Versioning

We will follow the convention of having the same SemVer code as the official leveldown, but with a suffix -X (where X is a number). For instance, leveldown-nodejs-mobile@5.1.1-3 is the 3rd version of this library that is equivalent to leveldown@5.1.1.

License

MIT © 2012-present Rod Vagg and Contributors.

leveldown builds on the excellent work of the LevelDB and Snappy teams from Google and additional contributors. LevelDB and Snappy are both issued under the New BSD License. A large portion of leveldown Windows support comes from the Windows LevelDB port (archived) by Krzysztof Kowalczyk (@kjk). If you're using leveldown on Windows, you should give him your thanks!