Supported database servers

Here’s a list of database servers supported by the SqlCli object, with their respective driver names next to them:

DB 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

A driver must always be specified before calling the Connect() method of the SqlCli client object. Failure to do so will result in your script’s execution being interrupted.