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
I'm really excited to see adk-go finally released. While it is not too late, can you please reconsider the decision to use gorm for the database storage session?
While GORM is a powerful tool for applications, using it as a hard dependency in a library can introduce several long-term maintainability and usability challenges for its consumers. My suggestion is to consider an approach that decouples the library's core logic from a specific database implementation like GORM.
Cheers!
alphinside, adexaja, Arceister, rubda and fhedberg