Welcome to the bandicoot-lib project.

Bandicoot-lib is a java library that simplifies use of the Bandicoot DBMS in java. Please read the documentation for more information on how to set up and use the library.

Links

Before Coding...

To set up your project, configure in your pom.xml the repository:

<repositories>
  <repository>
    <id>ajkaandrej-repository</id>
    <name>Ajka-Andrej maven repository</name>
    <url>http://maven.ajka-andrej.com/public/</url>
    <layout>default</layout>
  </repository>
</repositories>