Options
All
  • Public
  • Public/Protected
  • All
Menu

MySQL specific connection credential options.

see

https://github.com/mysqljs/mysql#connection-options

Hierarchy

Index

Properties

Optional database

database: undefined | string

Database name to connect to.

Optional host

host: undefined | string

Database host.

Optional password

password: undefined | string

Database password.

Optional port

port: undefined | number

Database host port.

Optional ssl

ssl: any

Object with ssl parameters or a string containing name of ssl profile.

Optional url

url: undefined | string

Connection url where perform connection to.

Optional username

username: undefined | string

Database username.

Generated using TypeDoc