kylefarris / node-querybuilder

Node QueryBuilder Adapter for Node.js (tags: nodejs, node, mysql, active record, activerecord, querybuilder, query builder)
49 stars 19 forks source link

why need the line pool.get_connection ? #51

Open matamune94 opened 6 years ago

matamune94 commented 6 years ago

can remove pool.get_connection() ? I want it to have a line number equal to the line number of single connection can do that ?

kylefarris commented 6 years ago

I'm not sure I follow your question/request @matamune94. Please try to explain more clearly or give an example of what you're trying to accomplish.