2.3. JDBC Driver
The driver is also available from Maven Central:
For example, use the following URL to connect to Presto running on port 8080
with the catalog hive
and the schema sales
:
The driver supports various parameters that may be set as URL parameters or as properties passed to DriverManager
. Both of the following examples are equivalent: