Ready to get started?

Download a free trial of the Monday.com Driver to get started:

 Download Now

Learn more:

Monday.com Icon Monday.com JDBC Driver

Rapidly create and deploy powerful Java applications that integrate with Monday.com.

Manage Monday.com Data in DBArtisan as a JDBC Source



Use wizards in DBArtisan to create a JDBC data source for Monday.com.

The CData JDBC Driver for Monday.com seamlessly integrates Monday.com data into database management tools like DBArtisan by enabling you to access Monday.com data as a database. This article shows how to create a JDBC source for Monday.com in DBArtisan. You can then edit data visually and execute standard SQL.

Integrate Monday.com Data into DBArtisan Projects

Follow the steps below to register Monday.com data as a database instance in your project:

  1. In DBArtisan, click Data Source -> Register Datasource.
  2. Select Generic JDBC.
  3. Click Manage.
  4. In the resulting dialog, click New. Enter a name for the driver and click Add. In the resulting dialog, navigate to the driver JAR. The driver JAR is located in the lib subfolder of the installation directory.
  5. In the Connection URL box, enter credentials and other required connection properties in the JDBC URL.

    You can connect to Monday.com using either API Token authentication or OAuth authentication.

    Connecting with an API Token

    Connect to Monday.com by specifying the APIToken. Set the AuthScheme to Token and obtain the APIToken as follows:

    • API tokens for admin users
      1. Log in to your Monday.com account and click on your avatar in the bottom left corner.
      2. Select Admin.
      3. Select "API" on the left side of the Admin page.
      4. Click the "Copy" button to copy the user's API token.
    • API tokens for non-admin users
      1. Click on your profile picture in the bottom left of your screen.
      2. Select "Developers"
      3. Click "Developer" and then "My Access Tokens" at the top.
      4. Select "Show" next to the API token, where you'll be able to copy it.

    Connecting with OAuth Authentication

    Alternatively, you can establish a connection using OAuth (refer to the OAuth section of the Help documentation).

    Built-in Connection String Designer

    For assistance in constructing the JDBC URL, use the connection string designer built into the Monday.com JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.

    java -jar cdata.jdbc.monday.jar

    Fill in the connection properties and copy the connection string to the clipboard.

    Below is a typical connection string:

    jdbc:monday:APIToken=eyJhbGciOiJIUzI1NiJ9.yJ0aWQiOjE0MTc4NzIxMiwidWlkIjoyNzI3ODM3OSwiaWFkIjoiMjAyMi0wMS0yMFQxMDo0NjoxMy45NDFaIiwicGV;
  6. Finish the wizard to connect to Monday.com data. Monday.com entities are displayed in the Datasource Explorer.

You can now work with Monday.com data as you work with any other database. See the driver help documentation for more information on the queries supported by the Monday.com API.