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

新闻 Sequelize.js 3.4.1 发布,Node.js 的 ORM 下载

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

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,336
    赞:
    47
    Sequelize.js 3.4.1 发布,此版本更新内容如下:


    • [FIXED] Fix belongs-to-many countAssociations - ambigious id when through model has id
    同一天还发布了 3.4.0,更新内容如下:


    • [ADDED] countAssociations for hasMany and belongsToMany


    • [ADDED] Geometry support for postgres


    • [FIXED] Fix wrong count for findAndCountAll with required includes #4016


    • [FIXED] Fix problems related to parsing of unique constraint errors #4017 and #4012


    • [FIXED] Fix postgres path variable being surrounded by quotes to often in unique constraint errors #4034


    • [FIXED] Fix removeAttributes(id) not setting this.primaryKeys to null


    • [FIXED] Run validations on the through model during add, set and create for belongsToMany

    下载:https://github.com/sequelize/sequelize/archive/v3.4.1.zip

    Sequelize.js 提供对 MySQLMariaDBSQLitePostgreSQL 数据库的简单访问,通过映射数据库条目到对象,或者对象到数据库条目。简而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 编写,适用于 Node.js 的环境。
    Sequelize.js 3.4.1 发布,Node.js 的 ORM下载地址
     
正在加载...