DBPool

https://github.com/sinofool/dbpool

这是数据库配置文件的管理系统,主要的功能点如下:

  • 集中配置数据库地址、端口、用户名、密码等信息;
  • 抽象数据库实例概念
    • 支持读写分离;
    • 支持按规则散列;
  • 支持在线修改配置文件,客户端实时更新;
  • 支持MySQL数据库,可扩展其他类型;
  • 支持Java客户端,可扩展其他语言;

在使用上有一些技巧,参考这里:Practices of using MySQL and DBPool

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.