Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
To use the TileDB Cloud JDBC library, follow these steps:
Ensure you have Java Development Kit (JDK) version 11 or higher installed on your system.
Download the latest release of the TileDB Cloud JDBC library from the .
Add the tiledb-cloud-jdbc-x.x.x.jar
file to your project's classpath. Replace x.x.x
with the version number of the library.
To load the driver at runtime write Class.forName("io.tiledb.TileDBCloudDriver")