红联Linux门户
Linux帮助

Sequelize 4.8.0发布,Node.js的ORM

发布时间:2017-09-01 09:07:30来源:红联作者:baihuo
Sequelize 4.8.0 已发布,Sequelize.js 提供对 MySQL,MariaDB,SQLite 和 PostgreSQL 数据库的简单访问,通过映射数据库条目到对象,或者对象到数据库条目。简而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 编写,适用于 Node.js 的环境。

更新内容:

修复

association/count: use model field in count[Association]

datatypes/range: don't stringify infinite and null bounds

model/findAndCount: no need to check count, its already zero

功能

scopes: allow scope groups to be concatenated

软件详情:http://git.oschina.net/mirrors/sequelize

下载地址:https://github.com/sequelize/sequelize/archive/v4.8.0.zip

来自:开源中国社区
文章评论

共有 0 条评论