Leveldown was extracted from LevelUP and now serves as a stand-alone binding for LevelDB. nosql-leveldb was modified from LevelDown.
In a typical key-value store such as leveldb, the entire 'object' is stored at a given key in the database. This is useful, but ...