|
Written in C, this database system implements a simplistic NoSQL storage environment for any kind of data.
LevelDB is extremely fast, but has no support for classic relational database features like indexes, SQL syntax or multi-threads.
Here are some key features of "LevelDB":
· Lots of documentation
· Data is sortable by key
· Supports batch operations
· Support for forward and backward iteration
· Automatic data compression
Base operations:
· Put(key,value)
· Get(key)
· Delete(key)
What's New in This Release: [ read full changelog ]
· Added utility to dump leveldb files.
· Android build fix for Endian-ness detection.
Via: LevelDB 1.8.0
0 Comment:
Post a Comment