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
- Blog.
- Documentation - the documentation and tutorials (HTML, PDF).
- Download - the last version of the library.
- Source code - the source code repository (Mercurial).
- API Specification - the API java documentation.
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>