mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
Added function to retriever the underlying database connection pool
This commit is contained in:
@@ -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())
|
||||
}
|
Reference in New Issue
Block a user