Supported database servers
The SqlCli object supports the following database servers. Use the corresponding driver name when configuring your connection:
| Database Server | SqlCli Driver Name |
|---|---|
| Couchbase | n1ql |
| FirebirdSQL | firebirdsql |
| Google BigQuery | bigquery |
| MS SQL Server | mssql |
| MySQL/MariaDB | mysql |
| Oracle | oracle |
| Postgres | pg |
| SQLite | sqlite |
WARNING
You must specify a driver before calling the Connect() method of the SqlCli object. Failure to do so will interrupt script execution.
