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

    相关资料 相关资源 使用 NestJS 的项目 常用库 集成 运行 其他 相关资料 相关资源 官方资源 官方网站 官方文档 API 参考 GitHub Repo 文档 中文文档 社区 Gitter Discord Telegram (社区维护) Telegram (俄罗斯社区) Slack (韩...
  • 关联

    关联 关联 Sequelize 与关联有两个不同但相关的作用域概念. 差异是微妙但重要的: 关联作用域 允许你在获取和设置关联时指定默认属性 - 在实现多态关联时很有用. 当使用get ,set ,add 和create 相关联的模型函数时,这个作用域仅在两个模型之间的关联上被调用 关联模型上的作用域 允许你在获取关联时应用默认和其他作用域...
  • 相关资料

    相关资料 相关资源 使用 NestJS 的项目 常用库 集成 运行 相关资料 相关资源 官方资源 官方网站 官方文档 API 参考 GitHub Repo 文档 中文文档 社区 Gitter Discord Telegram (社区维护) Telegram (俄罗斯社区) Slack (韩语社区)...
  • Transactions - 事务

    Transactions - 事务 Transactions - 事务 Sequelize 支持两种使用事务的方法: 已托管 一个将根据 promise 链的结果自动提交或回滚事务,(如果启用)用回调将该事务传递给所有调用 未托管 而另一个 leave committing,回滚并将事务传递给用户. 主要区别在于托管事务使用一个回调,对非托...
  • Hooks

    Mixin Hooks addHook(hooktype, [name], fn) removeHook(hookType, name) hasHook(hookType) beforeValidate(name, fn) afterValidate(name, fn) validationFailed(name, fn) beforeCreat...
  • Scopes

    Scopes Definition Usage Merging Associations Scopes Scoping allows you to define commonly used queries that you can easily use later. Scopes can include all the same attrib...
  • Scopes

    Definition Usage Merging Associations Definition Scoping allows you to define commonly used queries that you can easily use later. Scopes can include all the same attribute...
  • “Dotted” 属性

    “Dotted” 属性 “Dotted” 属性 如果表的属性名称包含点,则生成的对象将嵌套. 这是由于在当下使用了dottie.js . 见下文: sequelize . query ( 'select 1 as `foo.bar.baz`' ). then ( rows => { console . log ( JSON . str...
  • Getting started - 入门

    Getting started - 入门 Getting started - 入门 在本教程中,将通过简单地设置 Sequelize 来学习基础知识. 安装 建立连接 测试连接 表建模 将模型与数据库同步 查询 Promises 和 async/await
  • Tutorials

    MySQL RESTful API Passport Socket.IO Assets TypeScript Quick Start Progressive Development RESTful API Boilerplate Type Description You can use boilerplate type li...