Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 371 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 371 Bytes

jdbc-copy

Development

Quick Tests

../gradlew copyToOutputLibs
./scripts/groovy.sh scripts/jdbcCopy.groovy -f etc/h2-from.properties -t etc/h2-to.properties -c etc/tables.conf -a -v

Thorough Tests

../gradlew dist
./scripts/groovy.sh ./scripts/test/jdbcCopyTest.groovy

Issues

Adding A Custom JDBC Driver

TBD