Skip to content

Commit cfe4f15

Browse files
authored
docs: Consolidate all R2DBC docs onto one page. (#1606)
Consolidate all R2DBC docs into a single page for easier maintenance. Part of #1550
1 parent e56d6ee commit cfe4f15

File tree

6 files changed

+280
-356
lines changed

6 files changed

+280
-356
lines changed

.github/release-please.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ extraFiles:
2020
- docs/jdbc-mysql.md
2121
- docs/jdbc-postgres.md
2222
- docs/jdbc-sqlserver.md
23-
- docs/r2dbc-mysql.md
24-
- docs/r2dbc-postgres.md
25-
- docs/r2dbc-sqlserver.md
23+
- docs/r2dbc.md

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ JDBC:
1616
* [Connecting to SQL Server using JDBC](docs/jdbc-sqlserver.md)
1717

1818
R2DBC:
19-
* [Connecting to MySQL using R2DBC](docs/r2dbc-mysql.md)
20-
* [Connecting to Postgres using R2DBC](docs/r2dbc-postgres.md)
21-
* [Connecting to SQL Server using R2DBC](docs/r2dbc-sqlserver.md)
19+
* [Connecting to Cloud SQL using R2DBC](docs/r2dbc)
2220

2321
For examples of this library being used in the context of an application, check out the sample applications located
2422
[here](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/cloud-sql).

docs/r2dbc-mysql.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

docs/r2dbc-postgres.md

Lines changed: 0 additions & 142 deletions
This file was deleted.

docs/r2dbc-sqlserver.md

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)