LevelDB
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| Dan Tobias  (Talk | contribs)   (Created page with "{{FormatInfo |formattype=electronic |subcat=Databases }} '''LevelDB''' is a lightweight database library using a simple key/value scheme for storing things. It uses a compress...") | 
Latest revision as of 22:13, 24 August 2014
LevelDB is a lightweight database library using a simple key/value scheme for storing things. It uses a compressed format based on Snappy from Google.

