Skip to content

Commit

Permalink
Adding JDBC classname to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m57lyra authored and electrum committed Apr 22, 2021
1 parent 0b9e2b7 commit 08273cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/main/sphinx/installation/jdbc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ The following is an example of a JDBC URL used to create a connection:
This example JDBC URL locates a Trino instance running on port ``8080`` on
``example.net``, with the catalog ``hive`` and the schema ``sales`` defined.

.. note::

Typically, the JDBC driver classname is configured automatically by your
client. If it is not, use ``io.trino.jdbc.TrinoDriver`` wherever a driver
classname is required.

Connection parameters
---------------------

Expand Down

0 comments on commit 08273cf

Please sign in to comment.