DefaultTediousConnectionConfiguration class

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

SQL connection configuration instance.

Remarks

Only works in in server side.

Methods

getConfig()

Generate connection configuration consumed by tedious.

Method Details

getConfig()

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Generate connection configuration consumed by tedious.

function getConfig(): Promise<ConnectionConfig>

Returns

Promise<ConnectionConfig>

Connection configuration of tedious for the SQL.