书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 243 个相关结果.
  • mysql.js

    Connect to TiDB with mysql.js Prerequisites Run the sample app to connect to TiDB Step 1: Clone the sample app repository Step 2: Install dependencies Step 3: Configure connecti...
  • AWS Lambda

    Connect to TiDB with mysql2 in AWS Lambda Function Prerequisites Run the sample app to connect to TiDB Step 1: Clone the sample app repository Step 2: Install dependencies Step ...
  • Mongo

    1422 2020-06-13 《Nest.js v7.0 Document》
    Mongo Model injection Connection Multiple databases Hooks (middleware) Plugins Testing Learn the right way! Async configuration Example Mongo Nest supports two methods...
  • AWS Lambda

    Connect to TiDB with mysql2 in AWS Lambda Function Prerequisites Run the sample app to connect to TiDB Step 1: Clone the sample app repository Step 2: Install dependencies Step ...
  • Next.js

    在 Next.js 中使用 mysql2 连接到 TiDB 前置需求 运行代码并连接到 TiDB 第 1 步:克隆示例代码仓库到本地 第 2 步:安装依赖 第 3 步:配置连接信息 第 4 步:运行代码并查看结果 示例代码片段 连接到 TiDB 插入数据 查询数据 更新数据 删除数据 注意事项 下一步 需要帮助? 在 Ne...
  • Next.js

    在 Next.js 中使用 mysql2 连接到 TiDB 前置需求 运行代码并连接到 TiDB 第 1 步:克隆示例代码仓库到本地 第 2 步:安装依赖 第 3 步:配置连接信息 第 4 步:运行代码并查看结果 示例代码片段 连接到 TiDB 插入数据 查询数据 更新数据 删除数据 注意事项 下一步 需要帮助? 在 Ne...
  • node-mysql2

    使用 node-mysql2 连接到 TiDB 前置需求 运行代码并连接到 TiDB 第 1 步:克隆示例代码仓库到本地 第 2 步:安装依赖 第 3 步:配置连接信息 第 4 步:运行代码并查看结果 示例代码片段 连接到 TiDB 插入数据 查询数据 更新数据 删除数据 注意事项 下一步 使用 node-mysql2 连接...
  • node-mysql2

    使用 node-mysql2 连接到 TiDB 前置需求 运行代码并连接到 TiDB 第 1 步:克隆示例代码仓库到本地 第 2 步:安装依赖 第 3 步:配置连接信息 第 4 步:运行代码并查看结果 示例代码片段 连接到 TiDB 插入数据 查询数据 更新数据 删除数据 注意事项 下一步 使用 node-mysql2 连接...
  • mysql.js

    使用 mysql.js 连接到 TiDB 前置需求 运行代码并连接到 TiDB 第 1 步:克隆示例代码仓库到本地 第 2 步:安装依赖 第 3 步:配置连接信息 第 4 步:运行代码并查看结果 示例代码片段 连接到 TiDB 插入数据 查询数据 更新数据 删除数据 注意事项 下一步 使用 mysql.js 连接到 TiDB...
  • 使用迁移API编写迁移

    使用迁移API编写迁移 使用迁移API编写迁移 为了使用 API 来更改数据库架构,你可以使用QueryRunner 。 例如: import { MigrationInterface , QueryRunner , Table , TableIndex , TableColumn , TableForeignKey ...