davidradl commented on code in PR #167:
URL:
https://github.com/apache/flink-connector-jdbc/pull/167#discussion_r2077214449
##########
docs/content/docs/connectors/table/jdbc.md:
##########
@@ -38,12 +38,27 @@ The JDBC sink operate in upsert mode for exchange
UPDATE/DELETE messages with th
Dependencies
------------
+When using the JDBC connector, `flink-connector-jdbc-core`,
`flink-connector-jdbc-${database}` and the JDBC driver needs to be added to the
dependencies.
+
{{< sql_connector_download_table "jdbc" >}}
-The JDBC connector is not part of the binary distribution.
-See how to link with it for cluster execution [here]({{< ref
"docs/dev/configuration/overview" >}}).
+The `flink-connector-jdbc-${database}` dependency and a driver dependency are
required to connect to a specified database.
+
+The `flink-connector-jdbc-${database}` dependencies are as follows, whose
version should be the same as the `flink-connector-jdbc-core`:
+
+| Database | Group Id | Artifact Id |
JAR
|
+|:-----------|:--------------------------|:---------------------------------|:--------------------------------------------------------------------------------------------------|
+| MySQL | `org.apache.flink` | `flink-connector-jdbc-mysql` |
[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-mysql/)
|
+| Oracle | `org.apache.flink` | `flink-connector-jdbc-oracle` |
[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-oracle/)
|
+| PostgreSQL | `org.apache.flink` | `flink-connector-jdbc-postgres` |
[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-postgres/)
|
+| Derby | `org.apache.flink` | `flink-connector-jdbc-core` |
[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-core/)
|
+| SQL Server | `org.apache.flink` | `flink-connector-jdbc-sqlserver` |
[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-sqlserver/)
|
+| CrateDB | `org.apache.flink` | `flink-connector-jdbc-cratedb` |
[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-cratedb/)
|
+| Db2 | `org.apache.flink` | `flink-connector-jdbc-db2` |
[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-db2/)
|
+| Trino | `org.apache.flink` | `flink-connector-jdbc-trino` |
[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-trino/)
|
+| OceanBase | `org.apache.flink` | `flink-connector-jdbc-oceanbase` |
[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-oceanbase/)
|
-A driver dependency is also required to connect to a specified database. Here
are drivers currently supported:
+Here are drivers currently supported:
Review Comment:
nit: Here are drivers -> Here are the drivers
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]