database ~master (2022-04-05T00:24:22.644783)
Dub
Repo
ConnectionProvider.getInstance
database
postgresql
pool
ConnectionProvider
Undocumented in source. Be warned that the author may not have intended to support it.
class
ConnectionProvider
static
ConnectionPool
getInstance
(
string
host
,
string
user
,
string
password
,
string
database
,
ushort
port
= 5432
,
uint
maxConnections
= 10
,
uint
initialConnections
= 3
,
uint
incrementalConnections
= 3
,
uint
waitSeconds
= 5
,
ConnectionOptions
options
=
ConnectionOptions.Default
)
Meta
Source
See Implementation
database
postgresql
pool
ConnectionProvider
destructors
~this
functions
getConnection
releaseConnection
static functions
getInstance