home .. products ..
sg-cdb

sg-cdb is a pure Java version of D.J. Bernstein’s constant database (cdb) package. Its API is the same as the one used in the original cdb library. Files created with sg-cdb can be read with the cdb library and vice versa. My goal was to provide a seamless way of porting cdb code to a Java environment without the need for a JNI library. sg-cdb fits the bill and can be used anywhere a read-only database is needed.

More cdb information can be found at D.J. Bernstein’s home page: http://cr.yp.to/cdb.html. Please do not send sg-cdb questions to Mr. Bernstein. He is not the maintainer of this implementation. You are more than welcome to send me any questions you may have.