Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConnectionOptions

Normalized connection options. Used in the DataContext class for connecting to the database.

Hierarchy

  • ConnectionOptions

Index

Properties

database

database: string

The database to use.

host

host: string

Database host (name or IP).

password

password: string

Database password.

poolSize

poolSize: number

Maximum number of connections to obtain.

Optional port

port: number

Database port.

user

user: string

Database user.

Generated using TypeDoc