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
If you’re using PostgreSQL then pq supports bulk imports.