Sequelize 2.0.6 发布,基于 Node.js 的 ORM
jopen 9年前
Sequelize.js 提供对 MySQL,MariaDB,SQLite 和 PostgreSQL 数据库的简单访问,通过映射数据库条目到对象,或者对象到数据库条目。简而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 编写,适用于 Node.js 的环境。
Sequelize 2.0.6 发布,此版本更新内容如下:-
[BUG] Don't update virtual attributes in Model.update. Fixes #2860
-
[BUG] Fix for newlines in hstore #3383
-
[BUG] Fix unique key handling in Model.update #3474
-
[BUG] Fix issue with Model.create() using fields not specifying and non-incremental primary key #3458
-
[INTERNALS] Updated dependencies
-
[FEATURE]
field
support for Model.update #3498
此版本现已提供下载:https://github.com/sequelize/sequelize/archive/v2.0.6.zip
来自:http://www.oschina.net/news/61592/sequelize-2-0-6