SQL Relay 0.51 發布,開源的數據庫池連接代理服務器
SQL Relay是個功能強大并且非常容易使用的持久數據庫連接池系統,能夠運行在Unix/Linux系統下,能夠支持大部分主流的數據庫系統和大部分的編程語言,有效的減輕服務器的負載和移植問題,是很多Web應用數據庫連接池的一個選擇。
SQL Relay 是適合于Unix/Linux下的一個持久數據庫連接池,代理服務器和負載平衡系統。
SQL Relay的特點:
- 快速的執行數據庫驅動的Web應用
- 增強的可測性數據庫驅動的Web應用
- 分配數據庫的訪問連接
- 關閉數據庫的訪問連接
- 從不支持的平臺訪問數據庫
- 從一個數據庫到另一種數據庫移植應用 </ul>
- Oracle
- MySQL
- mSQL
- PostgreSQL </ul> </td>
- Sybase
- MS SQL Server
- IBM DB2
- Interbase </ul> </td>
- Sybase
- SQLite
- ODBC </ul> </td>
- MS Access </ul> </td> </tr> </tbody> </table>
- C
- C++
- Perl </ul> </td>
- Python
- PHP
- Ruby </ul> </td>
- Java
- TCL
- Zope </ul> </td> </tr> </tbody> </table>
- Perl DBD </ul> </td>
- Python DB </ul> </td>
- Ruby DBD </ul> </td>
- PHP Pear DB </ul> </td> </tr> </tbody> </table>
- 命令行客戶端
- 一個GUI的配置工具
- 豐富的文檔 </ul>
- 官方網站:http://sqlrelay.sourceforge.net </ul> 發布說明: 添加 Oracle 12c 和 DB2 10.1/10.5支持。數據庫安裝文檔進行了更新。 A few community-contributed patches were applied. An obscure issue regarding date conversions with FreeTDS and MS SQL Server in locales where dates are formatted DD/MM/YYYY was addressed and documented
SQL Relay支持的數據庫系統:
|
|
| SQL Relay 客戶端API支持一些高級的數據庫操作,例如綁定變量、多記錄獲取、客戶端結果的緩存和支持事務等。 SQL Relay 的客戶端API支持的編程語言有:
|