Sequelize.js 3.1.0 发布,此版主要有以下更新:
Bug修复:
[BUG] Fix an issue with the build in isIP validator returning false negatives #3756
新增功能:
[ADDED] It is now possible to defer constraints in PostgreSQL by added a property deferrable to the references object of a field.
Sequelize.js 提供对 MySQL,MariaDB,SQLite 和 PostgreSQL 数据库的简单访问,通过映射数据库条目到对象,或者对象到数据库条目。简而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 编写,适用于 Node.js 的环境。
软件详情:https://github.com/sequelize/sequelize/blob/master/changelog.md
下载地址:https://github.com/sequelize/sequelize/archive/v3.1.0.tar.gz
来自:开源中国社区

