I am trying to use AlloyDB for my application and analytical solution. My application is based on java, Spring boot with JPA. Unfortunately, I am not able to find any document related to alloyDB supporting JPA or Hibernate. Is there any document available to follow up on?
AlloyDB is fully managed PostgreSQL-compatible database service. There are several JDBC drivers you can use with your with your ORM application and AlloyDB. Some examples can be found below:
I have gone through both cdata and progress. But both are not open source. Is there any open-source library( like PostgreSQL driver or MySQL driver will be available in the maven repository) available to connect AlloyDB?