书栈网 · BookStack 本次搜索耗时 0.037 秒,为您找到 469 个相关结果.
  • Model Querying - Finders

    Model Querying - Finders findAll findByPk findOne findOrCreate findAndCountAll Model Querying - Finders Finder methods are the ones that generate SELECT queries. By...
  • 秘籍

    秘籍 SQL (TypeORM) 入门 存储库模式 Mongoose 入门 模型注入 Sequelize SQL (Sequelize) 入门 模型注入 OpenAPI (Swagger) 安装 引导(Bootstrap) 路由参数 数组 循环依赖 泛型和接口 类型映射 枚举 枚举 schema 原生定义 额外模型 o...
  • Querying

    Querying Querying A few simple queries are shown below: // Find all users User . findAll (). then ( users => { console . log ( "All users:" , JSON . stringify ( us...
  • 模型管理和权限管理

    1584 2019-07-10 《Lin CMS 文档手册》
    模型管理和权限管理 权限管理 架构介绍 基本使用 守卫函数 模型管理 扩展模型 InfoCrudMixin 小节 模型管理和权限管理 阅读本小节前,请确保你一定完成了快速开始 的全部内容本小结使用postman 作为 http 测试工具,请确保你有 postman 或类似的 http 测试工具,它是我们后续开发必不可少的工具。 ...
  • 声明 Hook

    声明 Hook 声明 Hook Hook 的参数通过引用传递. 这意味着你可以更改值,这将反映在insert / update语句中. Hook 可能包含异步动作 - 在这种情况下,Hook 函数应该返回一个 promise. 目前有三种以编程方式添加 hook 的方法: // 方法1 通过 .init() 方法 class User ...
  • Table Hint

    Table Hint Table Hint 当使用 mssql 时,可以使用 tableHint 来选择传递一个表提示. 该提示必须是来自 Sequelize.TableHints 的值,只能在绝对必要时使用. 每个查询当前仅支持单个表提示. 表提示通过指定某些选项来覆盖 mssql 查询优化器的默认行为. 它们只影响该子句中引用的表或视图. ...
  • BelongsToMany (n:m)

    Mixin BelongsToMany getAssociations([options]) -> Promise.<Array.<Instance>> setAssociations([newAssociations], [options]) -> Promise addAssociations([newAssociations], [options]...
  • Synchronizing the model with the database

    Synchronizing the model with the database Synchronizing all models at once Note for production Synchronizing the model with the database If you want Sequelize to automaticall...
  • 非托管事务(then-callback)

    非托管事务(then-callback) 非托管事务(then-callback) 非托管事务强制你手动回滚或提交交易. 如果不这样做,事务将挂起,直到超时. 要启动非托管事务,请调用 sequelize.transaction() 而不用 callback(你仍然可以传递一个选项对象),并在返回的 promise 上调用 then . 请注意,c...
  • Changelog

    Changelog 5.0.0-beta.17 5.0.0-beta.16 5.0.0-beta.15 5.0.0-beta.14 5.0.0-beta.13 5.0.0-beta.12 5.0.0-beta.11 5.0.0-beta.10 5.0.0-beta.9 5.0.0-beta.8 5.0.0-beta.7 5.0.0-be...