▲ | ncruces a day ago | |
In Go, a database/sql “connection” is actually a pool, and Go makes sure that it only calls driver methods serially for an actual driver connection from a single goroutine. So your point (which is not very clear to me, with my limited knowledge of C# and SDS) is largely moot in Go terms. |