ufoss-org / kotysa

The idiomatic way to write type-safe SQL in Kotlin
The Unlicense
121 stars 2 forks source link

Replace vararg insert with bulk insert of same type entities #31

Closed pull-vert closed 3 years ago

pull-vert commented 4 years ago

example of bulk insert using SqLite Statement : https://stackoverflow.com/a/29797229.