There is no example source code included for this since the wrapper is essentially a complete package. To run this, first start your database. Next make sure that you have a JDBC driver for your database in the classpath (in addition to the standard required .jar files mentioned in the installation notes). Now type "java edu.cmu.aura.service.dbw.WrapperService". This will list the required command line arguments. A batch file and a UNIX script are provided as an example.

If your SQL implementation needs a specific quote character you can specify this with -Dedu.cmu.aura.service.query.SQLQuoteChar=your_character