Firebird Export
Export data to a Firebird SQL database.
Properties
| Name | Type | |
|---|---|---|
| engine | String=firebird:export | |
| connection | Object | |
| table | String | |
| schema | Object | |
engine
Must be firebird:export.
- Required
- Yes
connection
The SQL connection parameters.
- Required
- Yes
Properties
| Name | Type | |
|---|---|---|
| host | String | |
| database | String | |
| user | String | |
| password | String | |
connection.host
The network address of the Firebird SQL server e.g. `db.example.com:3306`.
- Required
- Yes
connection.database
The name of the Firebird SQL database.
- Required
- Yes
connection.user
The username to authenticate to Firebird SQL.
- Required
- Yes
connection.password
The password to authenticate to Firebird SQL. Requires `username`.
- Required
- Yes
table
The name of the Firebird SQL table.
- Required
- Yes
schema
Define a schema for the data.
- Required
- Yes