书栈网 · BookStack 本次搜索耗时 0.045 秒,为您找到 469 个相关结果.
  • Basic usage - 基本用法

    Basic usage - 基本用法 选项 读取复制 方言 MySQL SQLite PostgreSQL MSSQL 执行原始 SQL 查询 Basic usage - 基本用法 在开始之前,你首先必须创建一个 Sequelize 的实例。 像下面这样: const sequelize = new Sequelize ...
  • Advance Topics

    Advance Topics Migration Skeleton The .sequelizerc File Dynamic Configuration Using Babel Using Environment Variables Specifying Dialect Options Production Usages Storage Mi...
  • Working with legacy tables - 使用遗留表

    Working with legacy tables - 使用遗留表 表 字段 主键 外键 Working with legacy tables - 使用遗留表 虽然 Sequelize 自认为可以开箱即用, 但是如果你要使用应用之前遗留的资产和凭据,仅需要做一点微不足道的设置即可。 表 sequelize . define ( 'us...
  • 基本概念

    基本概念 来源(Source) & 目标(Target) 外键 underscored 选项 循环依赖关系 & 禁用约束 在没有约束的情况下强制执行外键引用 基本概念 来源(Source) & 目标(Target) 让我们首先介绍一个基本概念,你将在大多数关联中使用,来源(Source) 和 目标(Target) 模型. 假设你正在...
  • Where

    Where Basics Operators Range Operators Combinations Operators Aliases Operators security JSON PostgreSQL MSSQL JSONB Nested object Nested key Containment Relations / A...
  • Migrations

    Migrations Installing the CLI Project bootstrapping Configuration Creating the first Model (and Migration) Running Migrations Undoing Migrations Creating the first Seed Runn...
  • Getting started - 入门

    Getting started - 入门 安装 建立连接 测试连接 你的第一个模型 你的第一个查询 应用全局的模型参数 Promise Getting started - 入门 安装 Sequelize 可通过 NPM 和 Yarn 获得。 // 使用 NPM $ npm install -- save sequeli...
  • SQLite

    SQLite SQLite For SQLite compatibility you'll needsqlite3@^4.0.0 . Configure Sequelize like this: const sequelize = new Sequelize ( 'database' , 'username' , 'passwo...
  • Raw queries

    Raw queries "Dotted" attributes Replacements Bind Parameter Raw queries As there are often use cases in which it is just easier to execute raw / already prepared SQL queries...
  • Node Quick Start

    Quick Start: Node and TimescaleDB Goal Pre-requisites Connect Node to TimescaleDB Step 1: Create your Node app Step 2: Configure the TimescaleDB database using Sequelize Creat...