1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Sequelize 2.0.3 发布,基于 Node.js 的 ORM 下载

本帖由 漂亮的石头2015-02-18 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    Sequelize.js 提供对 MySQLMariaDBSQLitePostgreSQL 数据库的简单访问,通过映射数据库条目到对象,或者对象到数据库条目。简而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 编写,适用于 Node.js 的环境。

    Sequelize 2.0.3 发布,此版本更新内容如下:


    • [BUG] Support for plain strings, ints and bools on JSON insert


    • [BUG] Fixed regression where {$in: []} would result in IN () rather than IN (NULL) #3105 #3132


    • [BUG] Fixed bug where 2 x belongsToMany with foreignKey but no otherKey defined would result in 3 keys instead of 2. #2991


    • [BUG] Fixed regression with where: sequelize.json() #3138


    • [BUG] Fixed support for field with $or/$and #3153

    更多内容请看这里
    Sequelize 2.0.3 发布,基于 Node.js 的 ORM下载地址
     
正在加载...