diff --git a/postgres.go b/postgres.go index 26dcc02..fecca5c 100644 --- a/postgres.go +++ b/postgres.go @@ -25,7 +25,7 @@ type Config struct { DSN string PreferSimpleProtocol bool WithoutReturning bool - Conn *sql.DB + Conn gorm.ConnPool } func Open(dsn string) gorm.Dialector {