Fork of leveldown that is committed to support nodejs-mobile because leveldown not necessarily supports it.
- Version 5.4.1, 5.1.1
- Android
- iOS
The changes made from leveldown to leveldown-nodejs-mobile are:
- Using
bindingsinstead ofnode-gyp-buildto load the native bindings
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, [email protected] is the 3rd version of this library that is equivalent to [email protected].
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!