node-mysql-queues
node-mysql-queues copied to clipboard
Wraps 'node-mysql' to provide mulitple query queues, allowing support for multiple statements and transactions.
Results
2
node-mysql-queues issues
Sort by
recently updated
recently updated
newest added
I find it peculiar that in a notoriously asynchronous environment such as javascript you propose solutions that essentially make the code synchronous, or that in the context of transactions (that...
you konw,node.js are multiple processes, and transaction must use the same connection To ensure that. how to use it ,in my multiple processes environment.