Database Definition
Defines a database connection
Jdbc Drivers
Make sure tweakstreet can find your jdbc driver by placing the jar files in the appropriate driver location.
Settings
Name | Type | Description |
---|---|---|
Database Type |
string |
Determines the jdbc driver class, as well as driver flags and SQL dialect defaults. Depending on type, additional type-specific configuration settings are shown. |
Evaluation
This expression evaluates to a dict of the form:
{
:type string,
:db dict
}
The supplied values are consistent with database definition semantics of steps requiring a SQL connection.
Test Connection
You can test the definition from the context menu.