SQL Connectors
Learn about TileDB’s SQL connectors.
TileDB offers a number of connectors for SQL, so that existing and third-party tools can connect to and run SQL against TileDB. This is common for building out applications, using libraries, or connecting to external systems.
Python DBI: TileDB offers a Python DBI connector, which aligns with the Python DB API 2.0 specification. It offers a convenient way for Python developers to connect to TileDB Cloud and perform all necessary operations.
JDBC: TileDB has a JDBC type 4 connector. This allows any system, application, or Java library that supports JDBC to connect to TileDB Cloud and issue SQL queries, along with viewing the catalog of tables or arrays.