You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed v1/database package and unified interface. This reverts the design introduced in v0.15.0, returning to v0.14.0's separate-interfaces-per-package approach.
Features
revert to separate interfaces per database package (#47) (8a3e111)
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Expose DB error translation/classification (TranslateError, retryability helpers) on postgres.Client and mariadb.Client for consistent error handling via interfaces (incl. tx callbacks).