Snowflake Connection Provider
Hi,
What do snowflakes have to do with software development?
Strange question, I know.
But I had to ask myself this recently.
I was going through the code.
I wanted to understand which connection pools we have and how they are configured.
That’s when I stumbled upon a connection pool named SnowflakeConnectionProviders
.
Huh?
What is that supposed to be? And how is it used?
And why is it a HashMap<String, IConnectionProvider>
?