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

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

    将模型与数据库同步 一次同步所有模型 生产环境注意事项 将模型与数据库同步 如果你希望 Sequelize 根据你的模型定义自动创建表(或根据需要进行修改),你可以使用sync 方法,如下所示: // 注意:如果表已经存在,使用`force:true`将删除该表 User . sync ({ force : true }). th...
  • 定义

    定义 定义 作用域在模型定义中定义,可以是finder对象或返回finder对象的函数,除了默认作用域,该作用域只能是一个对象: class Project extends Model {} Project . init ({ // 属性 }, { defaultScope : { wher...
  • Scopes - 作用域

    Scopes - 作用域 定义 使用 合并 关联 Scopes - 作用域 作用域允许你定义常用查询,以便以后轻松使用。 作用域可以包括与常规查找器 where , include , limit 等所有相同的属性。 定义 作用域在模型定义中定义,可以是finder对象或返回finder对象的函数,除了默认作用域,该作用于只能是一个对...
  • Ecosystem

    Ecosystem Core Community Ecosystem Plugins maintained by the Fastify team are listed under Core while plugins maintained by the community are listed in the Community section...
  • 数据持久化

    数据持久化 文件存储 数据库 ORM 搜索引擎 数据持久化 信息源于数据,我们在网站上看到的内容都应该是属于信息的范畴。这些信息是应用从数据库中根据业务需求查找、过滤出来的数据。 数据通常以文件的形式存储,毕竟文件是存储信息的基本单位。只是由于业务本身对于 Create、Update、Query、Index 等有不同的组合需求就引发了不同的...
  • 已知的第三方工具兼容问题

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

    MySQL 实现 RESTful API Passport Socket.IO 静态资源 TypeScript 快速入门 渐进式开发 RESTful API 骨架类型说明 你可以使用骨架类型,像下面这样: $ egg - init -- type = simple 选项 骨架类型 说明 si...
  • Ecosystem

    Ecosystem Core Community Ecosystem Plugins maintained by the Fastify team are listed under Core while plugins maintained by the community are listed in the Community section...
  • Ecosystem

    Ecosystem Core Community Ecosystem Plugins maintained by the Fastify team are listed under Core while plugins maintained by the community are listed in the Community section...