Skip to content

DBProxy - A Database Proxy Server base on MySQL

Notifications You must be signed in to change notification settings

dannisliang/dbproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

DBProxy是基于MySQL的数据库中间件

  • dbproxy代理服务器, 稳定的数据库中间件
  • dbclient代理服务器的客户端封装
  • sqlbind数据库表字段与C++对象的转换脚本

Install

  • Build Google/Protobuf

  • Build DBProxy

    $ cd dbproxy
    $ export ROOT=`pwd`
    $ make install
    $ make all

Usage

ChangeList

About

DBProxy - A Database Proxy Server base on MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • Protocol Buffer 1.6%
  • Makefile 1.5%
  • C 0.7%