Skip to content

dbeaver/jdbc-driver-upd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

DBeaver Proxy Driver is a JDBC driver that lets third-party tools connect to databases configured in CloudBeaver Enterprise or Team Edition.

Set up the driver

  1. Download the driver.
  2. Add all downloaded .jar files to your tool’s JDBC driver configuration. Check your tool’s documentation for details.
  3. In CloudBeaver or Team Edition (web interface), go to Settings -> Administration -> Server configuration, then enable the DBeaver Proxy Driver checkbox.
  4. Generate an API token. For details, see Generate API access token guide.

Connect to a database

To establish a connection, specify the following parameters:

JDBC URL

jdbc:dbeaver:upd:<server-host>:<server-port>:<project-name>:<connection>
Placeholder Description
<server-host> The server hostname or IP address.
<server-port> The server port.
<project-name> The project name. In CloudBeaver, the only available project is Shared.
<connection> The connection ID or the name of the database connection in CloudBeaver or Team Edition.

To find the connection ID or name, connect to CloudBeaver or Team Edition (web interface), right-click the database in Database Navigator, select Open, and copy ID or Name. Using the ID is more reliable than the connection name.

Driver class name

com.dbeaver.jdbc.upd.driver.UPDDriver

Authentication properties

Property Description
dbeaver.token API token (recommended).
dbeaver.user Username (only if not using a token).
dbeaver.password Password (only if not using a token).

Limitations

Currently, the driver supports only basic queries and database operations. It does not yet support:

  • Editing date/time values.
  • Performing dump/restore operations.
  • Switching schemas.
  • Handling special data types (e.g., timestamp, arrays).
  • Executing complex queries (e.g., JOIN operations).
  • Opening more than five connections.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published