`lib/pq` has [support](https://godoc.org/github.com/lib/pq#hdr-Bulk_imports) for efficiently inserting bulk items using [COPY](https://www.postgresql.org/docs/current/populate.html). sqlc currently can not generate code that exposes this functionality. See this [StackOverflow answer](https://stackoverflow.com/questions/758945/whats-the-fastest-way-to-do-a-bulk-insert-into-postgres) for a great overview of the problem space.