slackbuilds/development/leveldb
Willy Sudiarto Raharjo bc1903226f development/leveldb: Update DOWNLOAD and HOMEPAGE url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-10-16 22:24:23 +07:00
..
README development/leveldb: Updated for version 1.9.0. 2013-02-10 10:25:52 -05:00
leveldb.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
leveldb.info development/leveldb: Update DOWNLOAD and HOMEPAGE url. 2016-10-16 22:24:23 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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