0.2.1 • Published 8 years ago

mysql-easy-pool v0.2.1

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

mysql-easy-pool

ATTENTION: This module is deprecated and no longer under maintenance. Please check the new module mysql-promise-extension

This module exports an object to handle with the mysql connection's pool more easily. We can use the getConnection() function to get one connection for execute our queries, or we can use the getTransactionConnection() function to get one connection inside a transaction that performs the rollback action if any error occurred.

The purpose of this module is to act like a helper for the great mysql module.

Installation:

  • npm install mysql-easy-pool

Example:

Future dev:

  • Improve the documentation.
  • Able to support the PoolCluster functionality.
0.2.1

8 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago