summaryrefslogtreecommitdiffstats
path: root/third_party/leveldatabase/README.chromium
blob: b9595d5f4522796d8eb65f90e01cf67a0bbd48f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Name: LevelDB: A Fast Persistent Key-Value Store
Short Name: leveldb
URL: http://code.google.com/p/leveldb/
Version: r51
License: New BSD
Security Critical: yes

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

Local Modifications:
* 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.