|
|
|
|
|
by whisk3rs
4373 days ago
|
|
I've been bitten by similar complexities around indirectly managing the database connection pool in Go, too. There might be a little too much magic in the library (such as successfully iterating to the end of a resultset implicitly releasing the results). |
|