leveldb-handbook LevelDB is a simple embedded database. It was originally written for Google Chrome's IndexDB implementation and implements many ideas from Google's BigTable database. This document covers using leveldb in node.js. introduction The best thing about using leveldb in node is the modular nature of the core library and the ecosystem of abstractions that have been built up around that c