go-gorm / postgres

GORM PostgreSQL driver
MIT License
234 stars 123 forks source link

Config.Conn use gorm.ConnPool type #66

Closed izoyo closed 3 years ago

izoyo commented 3 years ago

What did this pull request do?

Support custom gorm.ConnPool implementation

User Case Description

We can create a custom gorm.ConnPool and client to initialize the database connection