Sequelize 4.0.0(final) 发布,Node.js 的 ORM

栏目: Node.js · 发布时间: 8年前

内容简介:Sequelize 4.0.0(final) 发布,Node.js 的 ORM

Sequelize 4.0.0 发布了,Sequelize.js 提供对MySQL, MariaDBSQLite 和PostgreSQL数据库的简单访问,通过映射数据库条目到对象,或者对象到数据库条目。简而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 编写,适用于 Node.js 的环境。

v4 版本包含大量 bug 修复和更新,部分内容如下:

  • [ADDED] Add isSoftDeleted helper method to model instance #7408

  • [FIXED] Map isolation level strings to tedious isolation level [MSSQL] #7296

  • [ADDED] addConstraint , removeConstraint , showConstraint #7108

  • [FIXED] changeColumn generates incorrect query with ENUM type #7455

  • [ADDED] options.alter to sequelize.sync() to alter existing tables. #537

完整更新内容

下载地址:


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The Practice of Programming

The Practice of Programming

Brian W. Kernighan、Rob Pike / Addison-Wesley / 1999-2-14 / USD 49.99

With the same insight and authority that made their book The Unix Programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice of Programming to help make individual progr......一起来看看 《The Practice of Programming》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具