MaxOpenConns returns the default maximum number of open connections to the database.
()
| 68 | // MaxOpenConns returns the default maximum number of open connections to the |
| 69 | // database. |
| 70 | MaxOpenConns() int |
| 71 | |
| 72 | // SetMaxTransactionRetries sets the number of times a transaction can |
| 73 | // be retried. |