书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 469 个相关结果.
  • Migrations - 迁移

    Migrations - 迁移 Migrations - 迁移 就像你使用Git / SVN来管理源代码的更改一样,你可以使用迁移来跟踪数据库的更改. 通过迁移,你可以将现有的数据库转移到另一个状态,反之亦然:这些状态转换将保存在迁移文件中,它们描述了如何进入新状态以及如何还原更改以恢复旧状态. 你将需要[Sequelize CLI][0]. CL...
  • Overview

    Build an App with CockroachDB Build an App with CockroachDB The tutorials in this section show you how to build a simple application with CockroachDB using PostgreSQL-compatib...
  • Transactions

    Transactions Transactions Sequelize supports two ways of using transactions: Managed , One which will automatically commit or rollback the transaction based on the result of ...
  • 从0开始写一个基于Koa的web框架

    Koa解析 生成项目 使用nodemon 自动挂载路由 添加测试 添加mongoose 添加mvc目录 加载某个目录到一个对象上 如何发布npm模块 继续优化mvc结构 庖丁解views 没REST怎么行? 脚手架scaffold 更多 随堂练习:自己动手集成sequelize
  • Working with table schemas

    Syncing Migrations / Manual schema changes createTable addColumn changeColumn removeColumn addIndex removeIndex addConstraint removeConstraint Syncing sequelize.sync(...
  • 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...
  • 查询

    查询 查询 一些简单的查询如下所示: // 查找所有用户 User . findAll (). then ( users => { console . log ( "All users:" , JSON . stringify ( users , null , 4 )); }); // 创建新用户 Use...
  • 秘籍

    秘籍 CRUD生成器 介绍 生成新资源 热重载 CLI 安装 配置(Configuration) 热模块更换 没有使用 CLI 安装 配置 热模块更换 TypeORM 入门 存储库模式 Mongoose 入门 模型注入 Sequelize SQL (Sequelize) 入门 模型注入 路由模块 Swagger ...
  • 乐观锁定

    乐观锁定 乐观锁定 Sequelize 内置支持通过模型实例版本计数的乐观锁定. 默认情况下禁用乐观锁定,可以通过在特定模型定义或全局模型配置中将version 属性设置为true来启用. 有关详细信息,请参阅[模型配置][0]. 乐观锁定允许并发访问模型记录以进行编辑,并防止冲突覆盖数据. 它通过检查另一个进程是否已经读取记录而进行更改,并在检...
  • Third-Party Tools Supported by TiDB

    Third-Party Tools Supported by TiDB Support Level Driver ORM GUI Third-Party Tools Supported by TiDB Note This document only lists common third-party tools supported by ...