Examples show close function: https://mariadb.com/docs/server/connect/programming-languages/nodejs/promise/example/  Close function is alias to .destroy() : https://github.com/mariadb-corporation/mariadb-connector-nodejs/blob/24a58245cba201da91f41f7f96f8dd165d31c6c7/lib/connection-promise.js#L239 .close() is not in type definition: https://github.com/mariadb-corporation/mariadb-connector-nodejs/blob/24a58245cba201da91f41f7f96f8dd165d31c6c7/types/index.d.ts#L625 v3.4.0