Installation

To use the TileDB Cloud JDBC library, follow these steps:

  1. Ensure you have Java Development Kit (JDK) version 11 or higher installed on your system.

  2. Download the latest release of the TileDB Cloud JDBC library from the GitHub repository.

  3. 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.

  4. To load the driver at runtime write Class.forName("io.tiledb.TileDBCloudDriver")

Last updated