Connecting to a SQL DB

The SQL Provider package operators allow access to various SQL-like databases. For databases that can be connected to with a DBApi Hook directly, simply passing the connection ID with these operators is sufficient. For other connections with more complicated hooks, the additional parameters can be passed as key word args to the operators.

Default Connection ID

SQL Operators under this provider do not default to any connection ID.

Was this entry helpful?