Relative Content

Tag Archive for node.jstypescriptknex.jsmysql2

Use custom MySQL2 connection pool into Knex – getting stucked

I am trying to pass a mysql2 connection pool to the Knex client by following the official documentation. However, the query execution seems to get stuck. Even though the insert query successfully inserts the data, it doesn’t return anything and the code remains stuck. How can I resolve this issue?