| initSize
| Number of connections to be created at the beginning.
|
| maxSize
| Maximum number of connections in the pool.
|
| timeOut
| Amount of time an unused connection will be active
|
| dbname
| The name of the database to which you want to connect
|
| username
| The username you wish to use to log into the database
|
| pwd
| The database password for the user username
|
| options
| Options to create the database object
|