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
762 stars 56 forks source link

Are you using reflection at runtime? #300

Closed frederikhors closed 2 years ago

frederikhors commented 2 years ago

Amazing project!

Thanks!

Are you using reflection at runtime?

Fs02 commented 2 years ago

yes, of course

but we tried to cache it as much as possible, except when modifying structs (which is not possible to cache)