go-gorm / postgres

GORM PostgreSQL driver
MIT License
234 stars 123 forks source link

feat: error translator support #162

Closed saeidee closed 1 year ago

saeidee commented 1 year ago

What did this pull request do?

This PR adds support for translating Postgres errors like unique key violation to native gorm errors (ErrDuplicatedKey)

Related PR in gorm repo: https://github.com/go-gorm/gorm/pull/6004