leveldown-nodejs-mobile v6.0.1-1
leveldown-nodejs-mobile
Fork of leveldown that is committed to support nodejs-mobile because leveldown not necessarily supports it.
Supports
- Version 5.4.1, 5.1.1
- Android
- iOS
Diff
The changes made from leveldown to leveldown-nodejs-mobile are:
- Using
bindingsinstead ofnode-gyp-buildto load the native bindings
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!