How do I batch sql statements with Go\'s database/sql package?
In Java I would do it like this :
// Create a prepared statement String sql = \"INSERT
In case anyone is using pgx (the supposed best Postgres driver in Golang), see this solution: https://github.com/jackc/pgx/issues/764#issuecomment-685249471