Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 375 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 375 Bytes

Introduction

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

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

Install

  • Build Google/Protobuf

  • Build DBProxy

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

Usage

ChangeList