Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MSSQLOptions

Options for a MSSQL connection.

Hierarchy

Index

Properties

Optional database

database: string

The database to connect to.

Optional driver

driver: string

The driver to use.

Optional encrypt

encrypt: boolean

Encrypt the connection or not.

Optional host

host: string

The host.

Optional password

password: string

The password.

Optional port

port: number

The TCP port.

Optional user

user: string

The username.

Generated using TypeDoc