The purpose of this repository is to test implementation of java.sql.DatabaseMetaData of each JDBC driver.
setup database for test.
docker-compose up -d
run test
./gradlew cleanTest test
The purpose of this repository is to test implementation of java.sql.DatabaseMetaData of each JDBC driver.
setup database for test.
docker-compose up -d
run test
./gradlew cleanTest test