createConnectionPool

Helper function to create connection pool data source, automatically selecting driver based on URL

createConnectionPool
(
string url
,
string[string] params = null
,
int maxPoolSize = 1
,
int timeToLive = 600
,
int waitTimeOut = 30
)

Meta