Skip to content

Commit

Permalink
datasource_driver.yml.example add db version field
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardShan committed Aug 21, 2019
1 parent e9c7bda commit 6f6bd28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/datasource_driver.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
# mysql:
# name: mysql
# desc: mysql
# version:
# driver: com.mysql.jdbc.Driver
# keyword_prefix: \`
# keyword_suffix: \`
Expand All @@ -56,6 +57,7 @@
# oracle:
# name: oracle
# desc: oracle
# version:
# driver: oracle.jdbc.driver.OracleDriver
# keyword_prefix: \"
# keyword_suffix: \"
Expand Down

0 comments on commit 6f6bd28

Please sign in to comment.