數據庫連接池,SQL Relay 0.44 發布
SQL Relay 是一個持久化的數據庫連接池,用來為 Unix 或者 Linux 提供數據庫連接池、代理以及負載均衡的功能。
SQL Relay 的應用思路:
- 加速數據庫驅動的基于 Web 的應用程序
- 增加 Web 應用程序的可擴展性
- 分布式的訪問復制的數據庫系統
- 對數據庫訪問進行節流
- 從不被支持的平臺上訪問某個數據庫
- 可以輕松的對數據庫系統進行移植
目前 SQL Reply 支持的數據庫包括:
|
|
|
|
其中 MySQL 和 PostgreSQL 數據庫是 SQL Reply 內置支持的。
SQL Reply 提供基于命令行的客戶端工具以及一個圖形化的配置程序和相應的文檔。
這次發布變化情況:
這次發布引入了MySQL statement API support in the drop-in library, DB-agnostic API methods to return db, table, and column lists, to get and set the current schema/db and to get the last insert id. This release also features bind variable format translation, the ability to fake transaction blocks for db's that don't support them, and the ability to run a set of queries at the start and end of a client session. The sqlrsh command line client now supports bind variables
本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!