Sequelize v3.24.4 发布,Node.js 的 ORM
欢迎加入运维网交流群:263444886http://onexin.iyunv.com/source/plugin/onexin_bigdata/https://my.oschina.net/img/hot3.pnghttp://onexin.iyunv.com/source/plugin/onexin_bigdata/https://static.oschina.net/uploads/logo/sequelize_F9fEE.png Sequelize v3.24.4 发布了,Sequelize.js 提供对 MySQL,MariaDB,SQLite 和PostgreSQL 数据库的简单访问,通过映射数据库条目到对象,或者对象到数据库条目。简而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 编写,适用于 Node.js 的环境。
更新内容:
[*] - ORDER clause was not included in subquery if order option value was provided as plain string (not as an array value)
[*] Issue with belongsTo association and foreign keys #6400
[*] Check that parent exists before appending attributes #6472
[*] Default options for insert queries #6644
点此查看发行说明
下载地址:
[*] Source code (zip)
[*] Source code (tar.gz)
页:
[1]