数据库连接池,SQL Relay 0.44 发布

fmms 12年前
     <div id="p_fullcontent" class="detail">     <p><a href="/misc/goto?guid=4958326279385770697" target="_blank">SQL Relay </a>是一个持久化的数据库连接池,用来为 Unix 或者 Linux 提供数据库连接池、代理以及负载均衡的功能。</p>     <p><img alt="SQL Relay 0.44 发布,数据库中继器" src="https://simg.open-open.com/show/0ea35965f7ca53fd70806e34f69bde20.png" width="157" height="114" /></p>     <p>SQL Relay 的应用思路:</p>     <ul>      <li>加速数据库驱动的基于 Web 的应用程序</li>      <li>增加 Web 应用程序的可扩展性</li>      <li>分布式的访问复制的数据库系统</li>      <li>对数据库访问进行节流</li>      <li>从不被支持的平台上访问某个数据库</li>      <li>可以轻松的对数据库系统进行移植</li>     </ul>     <p>目前 SQL Reply 支持的数据库包括:</p>     <table class="ke-zeroborder" border="0">      <tbody>       <tr>        <td valign="top">         <ul>          <li>Oracle</li>          <li>MySQL</li>          <li>mSQL</li>          <li>PostgreSQL</li>         </ul> </td>        <td valign="top">         <ul>          <li>Sybase</li>          <li>MS SQL Server</li>          <li>IBM DB2</li>          <li>Interbase</li>         </ul> </td>        <td valign="top">         <ul>          <li>Sybase</li>          <li>SQLite</li>          <li>ODBC</li>         </ul> </td>        <td valign="top">         <ul>          <li>MS Access</li>         </ul> </td>       </tr>      </tbody>     </table>     <p>其中 MySQL 和 PostgreSQL 数据库是 SQL Reply 内置支持的。</p>     <p>SQL Reply 提供基于命令行的客户端工具以及一个图形化的配置程序和相应的文档。</p>    </div>    <p>这次发布变化情况:</p>    <blockquote>     这次发布引入了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    </blockquote>