Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gf_setting表为什么不支持sqlite #15

Open
ltanme opened this issue Feb 24, 2023 · 1 comment
Open

gf_setting表为什么不支持sqlite #15

ltanme opened this issue Feb 24, 2023 · 1 comment

Comments

@ltanme
Copy link

ltanme commented Feb 24, 2023

Save operation is not supported by sqlite driver

func (a *cSetting) Save(ctx context.Context, req *v1.SettingSaveReq) (res *v1.SettingSaveRes, err error) {

aa := service.Setting().Set(ctx, string(req.K), string(req.V))
fmt.Println(aa)


g.Log().Info(ctx, req.K, req.V) 

g.Log().Info(ctx, "查到v值", 0)
return

}

@ltanme
Copy link
Author

ltanme commented Feb 24, 2023

报Save operation is not supported by sqlite driver 错误

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant