Skip to main content

Connection

Connection is the resource the RDB activities run their statements through. It holds the server address, the database to connect to, the credentials, and which database engine is at the other end.

The resource has two tabs: Configuration and Database.

Configuration

FieldRequiredDescription
NameOptionalName of the component.
DescriptionOptionalDescription of the component.
DatabaseOptionalThe database to connect to.
HostOptionalServer hostname or IP address.
PortOptionalServer port.
TypeOptionalThe database engine: Postgres, MySql, MSSQL, or Oracle.
UserOptionalLogin user.
PasswordOptionalLogin password.

Database, Host, Port, User, and Password each accept a mapped value as well as a literal one.

Type

OptionEngine
PostgresPostgreSQL
MySqlMySQL
MSSQLMicrosoft SQL Server
OracleOracle Database

Type determines which driver the connection uses, and therefore which SQL dialect the statements on Query, Upsert, and Delete must be written in.

Database

The Database tab holds a database browser rather than fields to fill in. Use it to inspect the schemas and tables reachable through the connection once the Configuration tab is complete.