Comment by mxey

Comment by mxey a day ago

0 replies

I have started to use batching with the Go pgx driver for simple transactions of multiple inserts. Since a batch is automatically a transaction, it’s actually fewer lines of code.