I'm looking a way other than raw queries, also using prepared statements I'm able to insert only 1 entry at a time & that to using
Parameter{Name: "value", Value: "100"})
is there any library to support bulk insert or any way ?
I need some boilerplate code.
I'm looking a way other than raw queries, also using prepared statements I'm able to insert only 1 entry at a time & that to using Parameter{Name: "value", Value: "100"})
is there any library to support bulk insert or any way ? I need some boilerplate code.