| Host | The host name or address of a CockroachDB node or load balancer. | Yes |
| Port | The port number of the SQL interface of the CockroachDB node or load balancer. Default: 26257. | Yes |
| DB Name | The database to use as the current database. Defaults to defaultdb when using Cockroach client commands. Drivers/ORMs may differ. | Yes |
| User | The database username. | Yes |
| Password | The database user’s password. (Avoid passing passwords directly in the URL.) | Yes |
| JDBC URL Parameters (Advanced) | Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by &. Example: key1=value1&key2=value2&key3=value3. For more information, read the JDBC URL parameters documentation. | Optional |
| Connect using SSL | Select Yes if you need an SSL connection. | Optional |