AppCode 2023.1 Help

CockroachDB

  1. In the Database tool window ( View | Tool Windows | Database), click the Data Source Properties icon The Data Source Properties icon.

  2. On the Data Sources tab in the Data Sources and Drivers dialog, click the Add icon (The Add icon) and select CockroachDB.

  3. Check if there is a Download missing driver files link at the bottom of the data source settings area. As you click this link, AppCode downloads drivers that are required to interact with a database. The IDE does not include bundled drivers in order to have a smaller size of the installation package and to keep driver versions up-to-date for each IDE version.

    You can specify your drivers for the data source if you do not want to download the provided drivers. For more information about creating a database connection with your driver, see Add a user driver to an existing connection.

  4. From the Authentication list, select an authentication method.

    • pgpass: by using the PGPASS file. You can store this file in the user's home directory (for example, /Users/jetbrains/.pgpass). You can read more about the password file in The Password File at postgresql.org.

    • User & Password: by using your login and password.

  5. Specify database connection details. Alternatively, paste the JDBC URL in the URL field.

    To delete a password, right-click the Password field and select Set Empty.

  6. To ensure that the connection to the data source is successful, click the Test Connection link.

  7. (Optional) If you are connecting to a data source that contains a lot of databases and schemas, in the Schemas tab, select the schemas that you need to work with.

  8. Click OK to create the data source.

Connecting to CockroachDB Serverless

Step 1. Creating an instance and getting credentials

  • As soon as you create an instance of CockroachDB Serverless at cockroachlabs.cloud, you will see a connection string with credentials needed for the IDE.

    You can call this dialog later again, but it does not contain your password. Be sure to copy it as you create an instance.

    cockroachlabs.cloud

Step 2. Create connection in AppCode

  1. In the Database tool window ( View | Tool Windows | Database), click the Data Source Properties icon The Data Source Properties icon.

  2. On the Data Sources tab in the Data Sources and Drivers dialog, click the Add icon (The Add icon) and select CockroachDB.

  3. Check if there is a Download missing driver files link at the bottom of the data source settings area. As you click this link, AppCode downloads drivers that are required to interact with a database. The IDE does not include bundled drivers in order to have a smaller size of the installation package and to keep driver versions up-to-date for each IDE version.

    You can specify your drivers for the data source if you do not want to download the provided drivers. For more information about creating a database connection with your driver, see Add a user driver to an existing connection.

  4. In the Host field, type the name of your host. The host name goes after the at sign (@) before the port number. In our case, it is free-tier5.gcp-europe-west1.cockroachlabs.cloud.

  5. From the Authentication list, select User & Password.

  6. In the User field, type the name of your user (for example, user).

  7. In the Password field, type your password. You receive it as you create a new instance of CockroachDB Serverless.

  8. Click the Advanced tab, click the table with parameters and start typing options.

  9. Double-click the Value cell of the options parameter and type the name of your cluster. For example, wan-tapir-2723.

    add options parameter
  10. To ensure that the connection to the data source is successful, click the Test Connection link.

  11. (Optional) If you are connecting to a data source that contains a lot of databases and schemas, in the Schemas tab, select the schemas that you need to work with.

  12. Click OK to create the data source.

Connecting to CockroachDB Serverless
Last modified: 21 February 2023