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
bindings
instead ofnode-gyp-build
to 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, leveldown-nodejs-mobile@5.1.1-3
is the 3
rd version of this library that is equivalent to leveldown@5.1.1
.
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!