书栈网 · BookStack 本次搜索耗时 0.057 秒,为您找到 464 个相关结果.
  • Associations

    Associations Associations This section describes the various association types in sequelize. There are four type ofassociations available in Sequelize BelongsTo HasOne HasMan...
  • 三、使用 JWT 实现注册、登录

    Nest.js 从零到壹系列(三):使用 JWT 实现注册、登录 前言 JWT 一、编写加密的工具函数 二、用户注册 三、JWT 的配置与验证 1. 安装依赖包 2. 创建 Auth 模块 3. 新建一个存储常量的文件 4. 编写 JWT 策略 5. 编写 auth.service.ts 的验证逻辑 5. 编写本地策略 6. 关联 Mo...
  • 后端快速上手

    2031 2019-07-10 《Lin CMS 文档手册》
    后端快速上手 视图控制 模型使用 参数校验 自定义异常 完善 API 小结 后端快速上手 接下来,我们将开始一个简单的图书项目,来帮你熟悉整个项目的开发流程。 视图控制 打开 app/api/v1 文件夹,在该文件夹里新建 book.js 文件。我们从 lin-mizar 中导入 LinRouter 来创建 API 视图: ...
  • Building a non-persistent instance

    Building a non-persistent instance Building a non-persistent instance In order to create instances of defined classes just do as follows. You might recognize the syntax if you ...
  • Instances

    Building a non-persistent instance Creating persistent instances Updating / Saving / Persisting an instance Destroying / Deleting persistent instances Working in bulk (creating...
  • Association Scopes

    Association Scopes Concept Example Achieving the same behavior with standard scopes Association Scopes This section concerns association scopes, which are similar but not th...
  • Model usage

    Model usage Data retrieval / Finders find - Search for one specific element in the database findOrCreate - Search for a specific element or create it if not available findAndCoun...
  • Data retrieval / Finders

    Data retrieval / Finders find - Search for one specific element in the database findOrCreate - Search for a specific element or create it if not available findAndCountAll - Searc...
  • 3.2 包含

    包含 声明属于关系 user.ts index.ts 包含 声明属于关系 声明是属于关系的方法是 hasOne User . hasOne ( Book ); 假如只想让用户只能有一本书,可以通过 hasOne 来声明,与 belongsTo 的区别 的就是,主体模型就是 User,所以会在 User 模型上面添加 setBoo...
  • Legal Notice

    Legal Notice License AUTHOR(S) INHALTLICHE VERANTWORTUNG Legal Notice License Sequelize library is distributed with MIT license. You can find original license here. MIT ...