Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.39 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.39 KB

jdbc-metadata-learning

The purpose of this repository is to test implementation of java.sql.DatabaseMetaData of each JDBC driver.

Usage

Setup

setup database for test.
⚠️oracle db is not supported by docker-compose.yml in this project.

docker-compose up -d

Test

run test

./gradlew cleanTest test

Test Results

Postgresql

스크린샷 2022-07-24 오후 9 03 20

Mysql

스크린샷 2022-07-24 오후 10 23 49

Hsql

스크린샷 2022-07-24 오후 9 00 23

Mssql

화면 캡처 2022-07-25 160601

Mariadb

화면 캡처 2022-07-25 160748

Oracledb

화면 캡처 2022-07-26 134201