Node.js 的 ORM框架,Sequelize 2.0.4 發布
Sequelize.js 提供對 MySQL,MariaDB,SQLite 和 PostgreSQL 數據庫的簡單訪問,通過映射數據庫條目到對象,或者對象到數據庫條目。簡而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 編寫,適用于 Node.js 的環境。
Sequelize 2.0.4 發布,此版本更新內容如下:-
[BUG] Fixed support for 2 x belongsToMany without foreignKey defined and association getter/adder #3185
-
[BUG] No longer throws on
Model.hasHook()
if no hooks are defiend #3181 -
[BUG] Fixed issue with
{$and: []}
-
[BUG] Fixed issue with N:M relations with primary keys with field defined
此版本現已提供下載:https://github.com/sequelize/sequelize/archive/v2.0.4.zip。
來自:http://www.oschina.net/news/60284/sequelize-2-0-4
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!