Home
Project Home
Getting Started
Command Reference
Tutorial
Download
 

Getting Started

Step 1: Download the uSQL* source or pre-built binary from sourceforge.net
Step 2: If you downloaded the binary, continue to the next step. If you downloaded the source, use ant to compile into a jar file
Step 3: Change into the directory where the usql.jar is in. Make sure your JDBC drivers are in your classpath
Step 4: To start the application without a config file:
java -jar usql.jar
To start the application with a config file:
java -jar usql.jar myconfig.sql