DBSlayer - 数据库抽象层


未知
Linux
C/C++

软件简介

DBSlayer 是一个轻量级的用于高负荷的网站的数据库抽象层,基于 HTTP + JSON 协议,当你需要一个可伸缩的连接池时,你会需要用到
DBSplayer。DBSlayer 采用C语言编写,具有非常高的性能。

主要特点:

  • Simple HTTP interface
  • JSON-format messages
  • MySQL adapter (others possible in the future)
  • Connection pooling
  • Multithreaded
  • Round-robin distribution of queries to slave instances
  • Automatic failover to alternate databases
  • Straight-forward configuration
  • Simple yet powerful codebase.