is support batch insert?
insert into user(name) values("zhangQ"),("liuQ"),("wangQ")
Here is an example of implementation in ruby. https://github.com/zdennis/activerecord-import
will work on that, seems like this is the top asked feature.
How is it going?
Most helpful comment
will work on that, seems like this is the top asked feature.