promise-mysql was used to have promise style db connections and queries that the mysql package did not have. It turns out there is a sequel to the mysql package called mysql2 which does have promise style queries/connections and it is well supported/better than promise-mysql.
See the comparison of downloads, contributors, and releases between the two:
promise-mysqlmysql2
promise-mysql
was used to have promise style db connections and queries that themysql
package did not have. It turns out there is a sequel to themysql
package calledmysql2
which does have promise style queries/connections and it is well supported/better thanpromise-mysql
.See the comparison of downloads, contributors, and releases between the two: promise-mysql mysql2