import
six42.fitnesse.jdbcslim

define table type
SQLCommand as Table

classpath: ./plugins/jdbcslim/csvjdbc-*.jar

Define Properties TestDatabase
key value
jdbcDriver org.relique.jdbc.csv.CsvDriver
DBURL jdbc:relique:csv:./plugins/jdbcslim/TestDB/
DBUSER na
DBPASSWORD na
CMD

Define Properties TransactionDatabase
key value
.include TestDatabase