From a2568c450d6c3fb60672eb312f23b35b48ab9ec7 Mon Sep 17 00:00:00 2001 From: kolea2 <45548808+kolea2@users.noreply.github.com> Date: Thu, 8 Aug 2019 06:07:34 -0700 Subject: [PATCH] Add Spanner JDBC driver to contrib readme. --- google-cloud-clients/google-cloud-contrib/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/google-cloud-clients/google-cloud-contrib/README.md b/google-cloud-clients/google-cloud-contrib/README.md index c9b9a65b272c..380419cb0829 100644 --- a/google-cloud-clients/google-cloud-contrib/README.md +++ b/google-cloud-clients/google-cloud-contrib/README.md @@ -14,6 +14,7 @@ Contents * [google-cloud-nio](./google-cloud-nio/): NIO Filesystem Provider for Google Cloud Storage. * [google-cloud-nio-examples](./google-cloud-nio-examples/): How to add Google Cloud Storage NIO after the fact. * [google-cloud-notification](./google-cloud-notification/): Google Cloud Java Client for Cloud Pub/Sub Notifications + * [google-cloud-spanner-jdbc](./google-cloud-spanner-jdbc/): JDBC Driver for Google Cloud Spanner Java Versions -------------