types / mysql2

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

Add `unprepare` method to Connection interface #20

Closed moberemk closed 6 years ago

moberemk commented 6 years ago

Currently this library is missing the unprepare method; this adds it to the connection here https://github.com/sidorares/node-mysql2/blob/b41de75a168f0ca2578efaf41c3524edaef7cbe7/lib/connection.js#L648