An abstract library for reducing code when working with databases
First, create directories build/ and bin/ in the base dbAPI/ directory
Second, run the following commands:
javac src/*.java -d build -classpath build -sourcepath src -parameters
jar -cvf bin/dbAPI.jar -C build .
The jar file will be in bin/dbAPI.jar
* Linux users can just use make all
The javadoc documentation should be inside doc/ directory and in doc.zip file
To re-generate the documentation run make doc
* The doc.zip file might not be generated, if that's the case you can just put everything inside doc/ folder in an archive yourself