cjw
Results
3
comments of
cjw
I expect new interfaces like: ```go type Conn interface { PrepareBatchBuilderAndSender(ctx context.Context, query string, opts ...PrepareBatchOption) (BatchBuilder, Sender, error) } type BatchBuilder interface { Append(v ...any) error Build(destination *Buffer) (*Buffer,...
I think that upgrading Rust to the latest stable version is almost always recommended.