Sequelize 4.4.4, 4.4.5, 4.4.6, 4.4.7 发布了,Sequelize.js 提供对 MySQL,MariaDB,SQLite 和 PostgreSQL 数据库的简单访问,通过映射数据库条目到对象,或者对象到数据库条目。简而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 编写,适用于 Node.js 的环境。 v4.4.4 更新内容: using deploy script with travis (2eeaa5e0) connection: evict stale connections (afb396e7) subquery: check required association exists (#7905) (2f5b4e03) 下载地址: Source code (zip) Source code (tar.gz) v4.4.5 更新内容: hooks: removeHook should only remove the specified hook (#8095) (c1634392) 下载地址: Source code (zip) Source code (tar.gz) v4.4.6 更新内容: model: improve warning message when unexpected attribute passed to finder options (#789 (dd1911eb) 下载地址: Source code (zip) Source code (tar.gz) v4.4.7 更新内容: validations: empty not null validation message (#7892) (d9111faf) 下载地址: Source code (zip) Source code (tar.gz) Sequelize 4.4.4, 4.4.5, 4.4.6, 4.4.7 发布下载地址