File asString: unable to read file 'projects/opensource/twindb/_visible' Label Line Char Message ------------------------------------------------ menu 71 1491 asString menu 219 5303 name menu 252 6212 parentTable menu 131 2753 allMenus menu 389 9756 displayHeader
|
twindb embedded transactional BDB for free |
|
| overview | TwinDB is an embedded key/value database based on BerkeleyDB. It basically adds security from database corruption on top of the non-transactional version of BerkeleyDB. It accomplishes this by maintaining twin BerkeleyDB databases and using lock files to indicate when a set of writes are in progress. Should the process crash while a transaction is in-progress, a copy of the unlocked database will replace the locked one on startup. Performance is still quite good. |
| license |
Revised BSD |
| download |
TwinDB-0.1.tgz |