types / mysql2

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

Adding `ResultSetHeader` as a type for `query` and `execute` #43

Closed dctrotz closed 4 years ago

dctrotz commented 4 years ago

This requires the following PR https://github.com/types/mysql/pull/17 from @types/mysql to be merged with passing tests.

dctrotz commented 4 years ago

Looks like the types/MySQL piece has been merged. So this should pass your unit tests.

unional commented 4 years ago

Thanks!