jdbm.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apacheds-jdbm1 Show documentation
Show all versions of apacheds-jdbm1 Show documentation
Original JDBM Implementation
The newest version!
Simplified public API corresponding to GDBM APIs.
JDBM
JDBM is a simple transactional persistent engine for Java.
It aims to be for Java what GDBM is for C/C++, Perl, Python, etc:
a fast, simple persistence engine.
You can use it to store a mix of hashtables and blobs, and all updates are
done in a transactionally safe manner.
- Version:
- $Revision: 1.1 $ $Date: 2001/05/19 16:01:32 $
- Author:
- Alex Boisvert