Willy Sudiarto Raharjo bc1903226f development/leveldb: Update DOWNLOAD and HOMEPAGE url. hace 8 años
..
README b9a6fc8fde development/leveldb: Updated for version 1.9.0. hace 12 años
leveldb.SlackBuild d0c108251a various: Update find command to match template. hace 11 años
leveldb.info bc1903226f development/leveldb: Update DOWNLOAD and HOMEPAGE url. hace 8 años
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. hace 11 años

README

LevelDB stores keys and values in arbitrary byte arrays, and data is
sorted by key. It supports batching writes, forward and backward
iteration, and compression of the data via Google's Snappy compression
library.

Still, LevelDB is not a SQL database. Like other NoSQL and Dbm stores,
it does not have a relational data model, it does not support SQL
queries, and it has no support for indexes. Applications use LevelDB as
a library, as it does not provide a server or command-line interface.

Optional dependency: snappy