Forum Discussion
It seems that Yugabyte provides a JDBC driver based on Postgresql. This connection can be established in ReadyAPI by providing the connection string. I have provided links to the ReadyAPI documentation that walks through connecting to JDBC databases as well as the github repo for the Yugabyte Postgresql JDBC connection.
https://github.com/yugabyte/pgjdbc
I hope this information helps guide you,
Corey
- JimmyGM3 years agoNew Contributor
Thanks CoreyVernon
I did download the latest postgres jar :"postgresql-42.3.2.jar" and it is currently in my bin/ext
I tried to set this up as per your instruction but I'm currently getting this error.
Failed to initialize the connection that uses the [Yugabyte/org.postgresql.Driver] driver. Connection string: [jdbc:yugabytedb://URL:PORT/KEYSPACE?user=USERID&password=#####].
This is my current Driver within my JDBC preference.
Yugabyte/org.postgresql.Driver.Is there a specific connection string I should be following?
Regards,
Jimmy
- JimmyGM3 years agoNew Contributor
Update:
I actually downloaded the Yugabyte JDBC driver so this is my current setup.Driver: com.yugabyte.Driver
jdbc:yugabytedb://URL:9042/KEYSPACE?user=USERID&password=PASS_VALUE
Now I'm getting:
Failed to get a connection for the specified properties; com.yugabyte.util.PSQLException: An error occurred while setting up the SSL connection.Regards,
Jimmy
Related Content
- 12 months ago
- 3 years ago
- 3 years ago
- 4 years ago