Skip to content

Latest commit

 

History

History

leveldatabase

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
Name: LevelDB: A Fast Persistent Key-Value Store
Short Name: leveldb
URL: http://code.google.com/p/leveldb/
Version: r64
License: New BSD
License File: src/LICENSE
Security Critical: yes

Description:
Alternative to SQLite used as the backend for IndexedDB and internally by the
FileSystem API implementation and others.

Local Additions:
* gyp file for building in chromium
* port/port_chromium.{h,cc} and env_chromium.cc provide chromium implementations
  of primitives used by leveldb.  E.g. threading, file handling, etc.