<ref *1> Pool {
_events: [Object: null prototype] {},
_eventsCount: 0,
_maxListeners: undefined,
config: PoolConfig {
connectionConfig: ConnectionConfig {
isServer: undefined,
stream: undefined,
host: 'localhost',
port: 3306,
localAddress: undefined,
socketPath: undefined,
user: 'root',
password: undefined,
password2: undefined,
password3: undefined,
passwordSha1: undefined,
database: 'kingsize rp',
connectTimeout: 10000,
insecureAuth: false,
supportBigNumbers: false,
bigNumberStrings: false,
decimalNumbers: false,
dateStrings: false,
debug: undefined,
trace: true,
stringifyObjects: false,
enableKeepAlive: false,
keepAliveInitialDelay: 0,
timezone: 'local',
queryFormat: undefined,
pool: [Circular *1],
ssl: false,
multipleStatements: false,
rowsAsArray: false,
namedPlaceholders: false,
nestTables: undefined,
typeCast: true,
maxPacketSize: 0,
charsetNumber: 224,
compress: false,
authPlugins: undefined,
authSwitchHandler: undefined,
clientFlags: 12252111,
connectAttributes: [Object],
maxPreparedStatements: 16000
},
waitForConnections: true,
connectionLimit: 10,
maxIdle: 10,
idleTimeout: 60000,
queueLimit: 0
},
_allConnections: Denque {
_capacity: undefined,
_head: 0,
_tail: 0,
_capacityMask: 3,
_list: [ <4 empty items> ]
},
_freeConnections: Denque {
_capacity: undefined,
_head: 0,
_tail: 0,
_capacityMask: 3,
_list: [ <4 empty items> ]
},
_connectionQueue: Denque {
_capacity: undefined,
_head: 0,
_tail: 0,
_capacityMask: 3,
_list: [ <4 empty items> ]
},
_closed: false,
[Symbol(kCapture)]: false
}