CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 64 forks source link

Return arguments #149

Closed move-zig closed 3 years ago

move-zig commented 3 years ago

Add the returnArgumentsArray key to the ConnectionConfig and PoolConnectionConfig types Change the type signature of createConection and createPoolConnection to use the custom config types