Node.js 的 ORM,Sequelize.js 3.16.0 发布
jopen 9年前
Sequelize.js 提供对 MySQL,MariaDB,SQLite 和 PostgreSQL 数据库的简单访问,通过映射数据库条目到对象,或者对象到数据库条目。简而言之,就是 ORM(Object-Relational-Mapper)。Sequelize.js 完全是使用 JavaScript 编写,适用于 Node.js 的环境。
Sequelize.js 3.16.0 发布,更新如下:
-
[ADDED] PostgreSQL tsrange (Range of timestamp without time zone) data type support.
-
[ADDED] hasOne scope support #5113
-
[FIXED] attributes from multiple scopes does not merge #4856
-
[FIXED] Support Unicode strings in mssql #3752
-
[FIXED] Do not inject include twice inoptions.include#5106
-
[FIXED] Expand and validate include inaggregate#5106
下载页面:3.16.0