Assume you have this input:
const data = [
['Minnesota', 'MN'],
['Vermont', 'VT']
];
Is there any plan to support generating this kind of SQL?
INSERT INTO state (name, abbr) VALUES ('Minnesota', 'MN'), ('Vermont', 'VT')
Have you seen this? - Performance Boost
Ah! No, I haven't. This seems like exactly what I was looking for. Thanks!
You are welcome! :)
There is a further progress with this in 4.0.6 update ;)
Radddddd. Are you on twiter? I just posted this: https://twitter.com/tkellen/status/728670878989422592
Cheers! I keep working on documentation and tests. Any technical feedback would be nice ;)
Most helpful comment
Radddddd. Are you on twiter? I just posted this: https://twitter.com/tkellen/status/728670878989422592