types / mysql2

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

Add missing authPlugins property to ConnectionOptions and PoolOptions #38

Closed hsjoberg closed 4 years ago

hsjoberg commented 4 years ago

This PR adds missing authPlugins property to ConnectionOptions as well as PoolOptions.

More information about authPlugins is available over at sidorares/node-mysql2:

https://github.com/sidorares/node-mysql2/pull/1021 https://github.com/sidorares/node-mysql2/pull/1052

I'm not sure how you usually extend these interfaces as it seems like it was directly derived from @types/mysql and I'm unsure about the code standards for this project. Please tell me if there's any changes needed.

Cheers Hampus

unional commented 4 years ago

Thanks!