Sql Connector
The SQL Connector enables integration with SQL databases, facilitating seamless communication with the specified SQL database.
Name
Description: The name of the SQL connector instance.
Type: Text (string)
Example: "SQLConnectorInstance"
Url
Description: The URL or IP address of the SQL server.
Type: Text (string)
Example: "sql.example.com"
User
Description: The username or user ID used to authenticate the connector with the SQL server.
Type: Text (string)
Example: "sqluser"
Password
Description: The password associated with the user account for authentication.
Type: Text (string)
Example: "sqlsecretpassword"
Database
Description: The name of the SQL database to connect to.
Type: Text (string)
Example: "MyDatabase"
Last updated