Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Interface Pool

The options of a MySQLPool connection. (_Configured in CFG.Database.Pool).

Hierarchy

Index

Main Pool Properties

Other Pool Properties

Main Pool Properties

host

host: string

The host IP/URL of the MySQLPool. This is required if your MySQLServer is not on localhost; otherwise, optional.

default

"localhost"

Other Pool Properties

Optional user

user: string

The user of the MySQLPool. (Serves as a default when defined in {@link CFGDatabase.Config})

default

"root"

Optional password

password: string

The password of the MySQLPool. (Serves as a default when defined in {@link CFGDatabase.Config})

Optional database

database: string

The database of the MySQLPool. (Serves as a default when defined in {@link CFGDatabase.Config})

default

"mysql"