1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-24 03:46:37 +02:00
Tony 6092ef596c fix unit test (#76)
* fix kratos template
* fix unit test
* fix discovery log & builder
* fix travis env
* fix tool doc
* fix paladin ut
* fix naming context
2019-05-06 21:00:01 +08:00
..
2019-05-06 21:00:01 +08:00

database/tidb

项目简介

TiDB数据库驱动 对mysql驱动进行封装

功能
  1. 支持discovery服务发现 多节点直连
  2. 支持通过lvs单一地址连接
  3. 支持prepare绑定多个节点
  4. 支持动态增减节点负载均衡
  5. 日志区分运行节点
依赖包

1.Go-MySQL-Driver