Results 1 issues of orekyuu

**Description** Currently, Doma2 does not support Bulk Insert. Currently, to achieve Bulk Insert, it is necessary to write an SQL Template like the following: ``` insert into users(name, age) values...