go-rel / rel

:gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
https://go-rel.github.io/
MIT License
744 stars 58 forks source link

Extend adapter interface with Name function #346

Closed lafriks closed 9 months ago

lafriks commented 9 months ago

Refs #345

I went with DBType name as this is also what for example xorm uses and it's more descriptive

codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (0384795) 100.00% compared to head (104f71c) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #346 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 35 35 Lines 2828 2828 ========================================= Hits 2828 2828 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lafriks commented 9 months ago

Should be ready to merge, once this is merged I will update deps to go-rel/sql and later on on all adapters