jcabi / jcabi-jdbc

Fluent Object-Oriented Wrapper of JDBC
https://jdbc.jcabi.com/
Other
104 stars 30 forks source link

Batch Insert #264

Open catdog905 opened 7 months ago

catdog905 commented 7 months ago

Hello! Could you tell if the library supports batch insert capability like in JDBC Template?

https://stackoverflow.com/questions/9565481/how-to-do-multiple-inserts-in-database-using-spring-jdbc-template-batch

Is there a canonical jcabi-jdbc way to insert multiple rows at once?

catdog905 commented 7 months ago

@yegor256

catdog905 commented 7 months ago

Will you accept my contribution in case if this feature have not been implemented yet, or you don't see this functionality in the project?

yegor256 commented 7 months ago

@catdog905 we don't have it now, but you are welcome to suggest a solution (and a pull request). It's better to discuss the design first, then do the implementation.