Skip to content

Is it possible to not use gorm for database session storage? #236

@imrenagi

Description

@imrenagi

Hi,

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions