aodbm - Append Only Database Manager
betaDescription
An append only database manager in the style of dbm. It has both a C and a Python interface and is ACID compliant. Internally it uses an immutable B+ Tree. (Being append only doesn't mean that you can't replace records or delete keys).
Categories
License
Features
- Fast
- Simple
- ACID compliant
- Lockless reading
Update Notifications
User Ratings
User Reviews
Be the first to post a review of aodbm - Append Only Database Manager!