Requirements
- Java version 8 or higher.
Installation
Peaka JDBC Driver is distributed via the Maven central repository. Simply configure your build tool to pull the latest version of the SDK into your projects. We recommend using the latest version of the JDBC driver.- Group ID:
com.peaka
- Artifact ID:
peaka-jdbc
Usage
First you need to register the driver withClass.forName("com.peaka.jdbc.PeakaDriver");
.
Host name for the Peaka JDBC Driver is dbc.peaka.studio
and port is 4567
. You need to
provide your API Key with extraCredentials
property. You can find a sample code below: