CUBRID Node.js Driver 1.1 发布

jopen 11年前

CUBRID Node.js Driver 1.1 发布

CUBRID的 Node.js 驱动器 1.1版本发布下载。更多详细内容请查看:https://github.com/CUBRID/node-cubrid.

新的变化:

在这个新版本中,我们已经对这个驱动程序做了很多方面的改进。

  • We now follow "One driver to rule them all" concept. In other words, you can use node-cubrid with any version of CUBRID Database including 8.4.1, 8.4.3, and 9.0.0 (beta).
  • The new driver comes with many code fixes, bugs fixes, and design changes.
  • Rich database support: Connect, Query, Fetch, Execute, Commit, Rollback, DB Schema etc.
  • Out of the box driver events model.
  • 10.000+ LOC, including the driver test code and demos
  • New test cases added. Now 50+.
  • We have significantly refactored the code using JSHint/JSLint code analysis.
  • New documentation.
  • Created new tutorials that we will publish later.

测试情况:

The 1.1 release was successfully tested, using the driver test suite, on 2 OS x 3 CUBRID engine = 6 different test environments.

下一个版本的计划:

The upcoming new version, 2.0, will feature many new features and improvements. For example:

  • CUBRID 9.1 stable release compatibility.
  • Improved queries support. In particular, implementing queries queuing support similar to MySQL.
  • Extended database schema support
  • ... and many more.

下面是CUBRID的简介:

CUBRID 是一个全面开源,且完全免费的关系数据库管理系统。CUBRID为高效执行Web应用进行了高度优化,特别是需要处理大数据量和高并发请求的复杂商务服务。通过提供独特的最优化特性,CUBRID可以支持更多的并发请求,更少的响应时间。

CUBRID这个名称,实际上是两个单词的组合:"Cube"(立方体)和"Bride"(桥梁)。对CUBRID而言,"Bride"代表"data bridge"(数据桥),而"Cube"代表密封盒子,可以为放在其中的数据提供安全。因此,CUBRID代表可以为机密信息提供安全保障。

CUBRID的服务器和官方程序库是使用C/C++开发的,而数据库管理工具的CUBRID Manager则是使用Java开发的。CUBRID支持Linux和Windows操作系统,并且提供JDBC、PHP、ODBC、C、Ruby和Python等相关API。

CUBRID被韩国IT业的领头企业NHN公司大量的使用,该公司部署了超过一万台CUBRID服务器,看来它的确和MySQL有得一比。