let data = require('knex')({
client: 'mysql',
connection: {
host: 'localhost',
user: 'root',
password: 'root',
database: 'aaaaaa',
charset: 'utf8'
},
pool: {
min: 1,
max: 20,
destroyed: true
},
})
this is my connection request. how do i find connection id for this?