Installation
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 GitHub repository.
Add the
tiledb-cloud-jdbc-x.x.x.jar
file to your project's classpath. Replacex.x.x
with the version number of the library.To load the driver at runtime write
Class.forName("io.tiledb.TileDBCloudDriver")
Last updated