From e6c38f778372447c4f54d8175d0c33530ff69e8e Mon Sep 17 00:00:00 2001 From: susanmdouglas Date: Mon, 29 Aug 2022 16:09:08 -0400 Subject: [PATCH] Updated README.md to add note to the README file with the new repo location; pending feedback on question: do we want to remove Getting Started/Usage content? Signed-off-by: susanmdouglas --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20084d64..0ddbff20 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ [![Javadoc](https://javadoc.io/badge2/software.aws.rds/aws-postgresql-jdbc/javadoc.svg?kill_cache=1)](https://javadoc.io/doc/software.aws.rds/aws-postgresql-jdbc) [![License](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause) -**The Amazon Web Services (AWS) JDBC Driver for PostgreSQL** allows an application to take advantage of the features of clustered PostgreSQL databases. It is based on and is drop-in compatible with the [PostgreSQL JDBC Driver](https://github.com/pgjdbc/pgjdbc), and is compatible with all PostgreSQL deployments. +**Note: The Amazon Web Services (AWS) JDBC Driver for PostgreSQL project** has moved to a [new repository](https://github.com/awslabs/aws-advanced-jdbc-wrapper). Visit us at our new repository for the latest version and information. + +The Amazon Web Services (AWS) JDBC Driver for PostgreSQL allows an application to take advantage of the features of clustered PostgreSQL databases. It is based on and is drop-in compatible with the [PostgreSQL JDBC Driver](https://github.com/pgjdbc/pgjdbc), and is compatible with all PostgreSQL deployments. The AWS JDBC Driver for PostgreSQL supports fast failover for Amazon Aurora with PostgreSQL compatibility. Support for additional features of clustered databases, including features of Amazon RDS for PostgreSQL and on-premises PostgreSQL deployments, is planned.