Sequelize.js 3.18.0 發布,Node.js 的 ORM
Sequelize.js 提供對 MySQL,MariaDB,SQLite 和 PostgreSQL 數據庫的簡單訪問,通過映射數據庫條目到對象,或者對象到數據庫條目。簡而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 編寫,適用于 Node.js 的環境。

Sequelize.js 3.18.0 發布,更新如下:
[ADDED] Support silent: true in bulk update #5200
[ADDED]
retry
object now part of global settings and can be overridden per call. The default is 5 retries with a backoff function.retry
object can be passed to options with max: 0 to turn off this behavior.[ADDED] Sqlite now retries database queries that return SQL_BUSY as the status.
[ADDED] Add
IF EXIST
to postgres alter enum #4464[FIXED] Postgres destroy with
where
fails on JSONB data #5092[FIXED] hasMany.separate with foreign keys having
field
下載頁面:3.18.0
來自: http://www.oschina.net//news/70094/sequelize-3-18