Ready to get started?

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

 Download Now

Learn more:

Monday.com Icon Monday.com ODBC Driver

The Monday.com ODBC Driver is a powerful tool that allows you to connect with live data from Monday.com, directly from any applications that support ODBC connectivity.

Access Monday.com data like you would a database - read Monday.com data through a standard ODBC Driver interface.

Connect to Monday.com Data in DBArtisan



Use wizards in DBArtisan to configure Monday.com data as a data source.

The CData ODBC 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 an data source for Monday.com in DBArtisan and execute queries. You can then edit data visually and execute standard SQL.

Integrate Monday.com Data into DBArtisan Projects

If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.

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).

You can then 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 ODBC.
  3. Enter a name for the data source and select the DSN.
  4. 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.