types / mysql2

Typings for https://github.com/sidorares/node-mysql2
ISC License
41 stars 23 forks source link

Adding two missing calls to the `Connection` class. #46

Closed dctrotz closed 4 years ago

dctrotz commented 4 years ago

Added releaseConnection and end to the methods that are available on the Connection class.

unional commented 4 years ago

Thanks!