Firebird Export

Export data to a Firebird SQL database.

Properties

NameType
engineString=firebird:export
connectionObject
tableString
schemaObject

engine

Must be firebird:export.

Required
Yes

connection

The SQL connection parameters.

Required
Yes

Properties

NameType
hostString
databaseString
userString
passwordString

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