mysqljs / mysql

A pure node.js JavaScript Client implementing the MySQL protocol.
MIT License
18.22k stars 2.53k forks source link

Multiple insert using array notation #2545

Closed 23navi closed 2 years ago

23navi commented 2 years ago

Can't we have an array of objects with key:value pair like single insert and not using arr of arrays to insert??

dougwilson commented 2 years ago

Hi and thanks for the suggestion. It is not clear to me what the ask is, but I suggest perhaps you can contribute it as a pull request?