node-mysql-deadlock-retries

Add retry capabilities for the node-mysql module to dodge the mysql deadlock error

mysql-async-wrapper

This is a Wrapper class, which helps to get rid of callbacks of mysql package functions and provides a way to use them in async await (es7) syntax, Below Examples uses express framework in both (import/export syntax and commonJs syntax)