|
|||
sqlunet builder how to |
|||
LAUNCH
java -classpath {modulejar*,driverjar, supportlibjars} org.wnsql.builder.Builder -data:data.properties -jdbc:jdbc.properties -todo:todo.properties [action]
ACTION
A list of action parameters is available when the above is run with no action parameter.
PROPERTY FILES
Please refer to example property files.
data conf file | defines where the homes to data are located |
jdbc conf file | defines JDBC settings such as database url, user, password, ... |
todo conf files | defines what are the active modules and what they do |