Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
Property | Description |
Server | The host name or IP address of the server. |
Port | The port number of the CockroachDB server. |
Database | The name of the Cockroach database. |
User | The CockroachDB user account used to authenticate. |
Password | The password used to authenticate the user. |
UseSSL | Whether SSL is enabled. |
Cluster | The name of the CockroachDB cluster. |