Skip to content

An abstract library for reducing code when working with databases

Notifications You must be signed in to change notification settings

yuriKhordal/dbAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbAPI

An abstract library for reducing code when working with databases

Compiling

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

Javadoc

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