Added function to retriever the underlying database connection pool

This commit is contained in:
Technerder
2021-07-10 21:09:49 -04:00
parent bd837d91ab
commit 9c850f5235
3 changed files with 9 additions and 0 deletions

View File

@@ -177,4 +177,8 @@ func Test_SslRequiredMode(t *testing.T) {
func Test_Postgres_Close(t *testing.T) {
utils.AssertEqual(t, nil, testStore.Close())
}
func Test_Postgres_DB(t *testing.T) {
utils.AssertEqual(t, nil, testStore.DB())
}