9e1979e853
py-leveldb is a thread-safe Python bindings for LevelDB. It has all features from the LevelDB API, except for: - Arbitrary key comparison - Snapshots - All iteration except for single-step forward WWW: http://code.google.com/p/py-leveldb/
7 lines
240 B
Text
7 lines
240 B
Text
py-leveldb is a thread-safe Python bindings for LevelDB. It has all features
|
|
from the LevelDB API, except for:
|
|
- Arbitrary key comparison
|
|
- Snapshots
|
|
- All iteration except for single-step forward
|
|
|
|
WWW: http://code.google.com/p/py-leveldb/
|