nosql-leveldb
A Node.js LevelDB binding with sync supports inherits from abstract-nosql.
secondary-cache
support secondary cache mechanism. the first level cache is fixed memory-resident always with the highest priority. the second level is the LRU cache.
abstract-nosql
An abstract prototype for nosql database with sync and streamable (LevelDOWN API)
nosql-db
hierarchy partition nosql databases wrapper for abstract-nosql
nosql-memdb
Nosql database that works in memory only inherits from abstract-nosql