mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-10 00:29:01 +02:00
d9cee15ef6
* add doc and example * rm deprecated ecode.Equal |
||
---|---|---|
.. | ||
CHANGELOG.md | ||
metrics.go | ||
mysql.go | ||
README.md | ||
sql.go |
database/sql
项目简介
MySQL数据库驱动,进行封装加入了链路追踪和统计。
如果需要SQL级别的超时管理 可以在业务代码里面使用context.WithDeadline实现 推荐超时配置放到application.toml里面 方便热加载