BergDB more...
...is for advanced BergDB users and for developers who wish to modify BergDB itself. If you just want to use the BergDB library in the ordinary way, look elsewhere.
Links
- javadoc-all. Javadoc for all classes.
- bergdb.dev. Javadoc for package bergdb.dev contains important information for a developer on how to modify the BergDB Java classes..
- dev/readme.txt. For developers who wants to modify any of the BergDB subprojects.
Alternative jars
bergdb-no-icu.jar can be used instead of bergdb.jar
when advanced string collation is not required. This significantly reduces the
size of the jar file. Also, bergdb-no-icu.jar
includes no
third-party software.
bergdb-core.jar can be used if Core Layer
(bergdb.core.Db
) is used directly.
The higher-level Pub Layer (bergdb.pub
) cannot be used with
this build.