Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Carbonado/CarbonadoSleepycatDB

CarbonadoSleepycatDB

CarbonadoSleepycatDB contains a repository supporting Sleepycat/Oracle, Berkeley DB. Berkeley DB code must be downloaded and installed separately.

Installing Berkeley DB

  1. Download and install Berkeley DB. Note that this is different than Berkeley DB Java Edition. You may also be able to install Berkeley DB through your operating system's package manager. For example, on Ubuntu: sudo apt-get install libdb-java-dev.

  2. Install db.jar into your local maven repository:

    mvn install:install-file -Dfile=/path/to/db.jar -DgroupId=com.sleepycat \
                             -DartifactId=db -Dversion=5.1 \
                             -Dpackaging=jar
    

About

CarbonadoSleepycatDB contains a repository supporting Sleepycat/Oracle, Berkeley DB.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages