6 ms·
My favorite – the method that determines the size of the connection pool: http://golang.org/src/pkg/database/sql/sql.go#L227 http://golang.org/src/pkg/database/
by michaelfairley 14y ago
My favorite – the method that determines the size of the connection pool: http://golang.org/src/pkg/database/sql/sql.go#L227 http://golang.org/src/pkg/database/sql/sql.go#L227
- icey 14y agoThat does look pretty gross, thanks for sharing. Any other ones stick out in your mind? I've been happy using Go against postgres, but haven't had a significant enough load to run into real problems yet.