1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-10 00:29:01 +02:00
kratos/docs/database.md
Windfarer 153e47565d init
2020-09-16 11:49:59 +08:00

635 B

database/sql

背景

数据库驱动,进行封装加入了熔断、链路追踪和统计,以及链路超时。
通常数据模块都写在internal/dao目录中,并提供对应的数据访问接口。

MySQL

MySQL数据库驱动,支持读写分离、context、timeout、trace和统计功能,以及错误熔断防止数据库雪崩。
mysql client
mysql client orm

HBase

HBase客户端,支持trace、slowlog和统计功能。
hbase client

TiDB

TiDB客户端,支持服务发现和熔断功能。
tidb client