简体   繁体   English

Flyway - JDBC 查询

[英]Flyway - JDBC query

Do I have to install the JDBC driver to use flyway with PostgreSQL?我是否必须安装 JDBC 驱动程序才能在 PostgreSQL 中使用 flyway? If YES - then which JDBC - do I have to download?如果是 - 那么哪个 JDBC - 我必须下载?

I am completely new to data migration - need to know which JDBC I have to install?我对数据迁移完全陌生 - 需要知道我必须安装哪个 JDBC?

Currently the PostgreSql 42.2.19 JDBC driver comes as part of Flyway.目前 PostgreSql 42.2.19 JDBC 驱动程序是 Flyway 的一部分。 If you are using the command line app, you can see this under the drivers folder, where you can also override it with a later JDBC.如果您使用命令行应用程序,您可以在驱动程序文件夹下看到它,您还可以在其中使用更高版本的 JDBC 覆盖它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM