书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 469 个相关结果.
  • Declaring Hooks

    Declaring Hooks Declaring Hooks Arguments to hooks are passed by reference. This means, that you can change the values, and this will be reflected in the insert / update statem...
  • Known Incompatibility Issues with Third-Party Tools

    Known Incompatibility Issues with Third-Party Tools General incompatibility SELECT CONNECTION_ID() returns a 64-bit integer in TiDB TiDB does not maintain Com_* counters TiDB d...
  • Definition

    Definition Definition Scopes are defined in the model definition and can be finder objects, or functions returning finder objects - except for the default scope, which can only...
  • 介绍

    1095 2020-01-12 《Sequelize ORM 实践》
    介绍 本书简介 介绍 本书由 nodelover.me 倾情提供。 付出所以时间与精力,只为降低大家学习的难度,减少学习痛苦,努力做到只要是代码片段,复制就能用。 本书的代码片段在本书的 gitbook 仓库下面的 code 文件夹内。 假如帮到了你,给您带来了薪水上的提升,那么就来一瓶老干妈吧 >_< 。 ![收款码](https://...
  • Model Querying - Finders - 模型查询(查找器)

    Model Querying - Finders - 模型查询(查找器) findAll findByPk findOne findOrCreate findAndCountAll Model Querying - Finders - 模型查询(查找器) Finder 方法是生成 SELECT 查询的方法. 默认情况下,所有...
  • 教程

    title: 教程 骨架类型说明 选项 模板引擎 数据库 title: 教程 快速入门 渐进式开发 RESTful API 骨架类型说明 你可以使用骨架类型,像下面这样: $ npm init egg -- type = simple 选项 骨架类型 说明 simple 简单 egg 应用程序骨架 ...
  • 已知的第三方工具兼容问题

    已知的第三方工具兼容问题 通用 TiDB 中 SELECT CONNECTION_ID() 返回结果类型为 64 位整型 TiDB 未设置 Com_* 计数器 TiDB 错误日志区分 TIMESTAMP 与 DATETIME 类型 TiDB 不支持 CHECK TABLE 语句 与 MySQL JDBC 的兼容性 默认排序规则不一致 参...
  • 已知的第三方工具兼容问题

    已知的第三方工具兼容问题 通用 TiDB 中 SELECT CONNECTION_ID() 返回结果类型为 64 位整型 TiDB 未设置 Com_* 计数器 TiDB 错误日志区分 TIMESTAMP 与 DATETIME 类型 TiDB 不支持 CHECK TABLE 语句 与 MySQL JDBC 的兼容性 默认排序规则不一致 参...
  • Optimistic Locking - 乐观锁定

    Optimistic Locking - 乐观锁定 Optimistic Locking - 乐观锁定 Sequelize 内置支持通过模型实例版本计数进行乐观锁定. 乐观锁定默认情况下处于禁用状态,可以通过在特定模型定义或全局模型配置中将 version 属性设置为 true 来启用. 有关更多详细信息,请参见模型基础 . 乐观锁定允许并发...
  • 教程

    title: 教程 骨架类型说明 选项 模板引擎 数据库 title: 教程 快速入门 渐进式开发 RESTful API 骨架类型说明 你可以使用骨架类型,像下面这样: $ npm init egg -- type = simple 选项 骨架类型 说明 simple 简单 egg 应用程序骨架 ...