Sequelize 5.0.0-beta.7 发布,基于 Nodejs 的 ORM 框架

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Sequelize 5.0.0-beta.7 发布了,此次更新内容如下: fix(data-types/blob): only return null for mysql binary null #9441 fix(errors): use standard .original rather than .__raw for actual error fix(c...

Sequelize 5.0.0-beta.7 发布了,此次更新内容如下:

  • fix(data-types/blob): only return null for mysql binary null #9441

  • fix(errors): use standard .original rather than .__raw for actual error

  • fix(connection-manager): mssql datatype parsing #9470

  • fix(query/removeConstraint): support schemas

  • fix: use Buffer.from

  • fix(transactions): return patched promise from sequelize.query #9473

详情见更新日志

Sequelize 是一款基于 Nodejs 的异步 ORM 框架,它同时支持PostgreSQL、 MySQLSQLite 和 MSSQL 多种数据库,很适合作为 Nodejs 后端数据库的存储接口,为快速开发 Nodejs 应用奠定扎实、安全的基础。

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


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

查看所有标签

猜你喜欢:

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

Introduction to Tornado

Introduction to Tornado

Michael Dory、Adam Parrish、Brendan Berg / O'Reilly Media / 2012-3-28 / USD 23.99

Tornado is a scalable, non-blocking web server and web application framework written in Python. It is also light-weight to deploy, fun to write for, and incredibly powerful. Tornado was written with p......一起来看看 《Introduction to Tornado》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具