You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: