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

    日志 开启日志 日志选项 记录耗时长的查询 更改默认记录器 使用自定义记录器 日志 开启日志 你只需在连接选项中设置logging:true 即可启用所有查询和错误的记录: { name : "mysql" , type : "mysql" , host : "localhost" , ...
  • Migrations

    Migrations How migrations work Creating a new migration Running and reverting migrations Generating migrations Using migration API to write migrations Migrations How migr...
  • Support

    Support Found a bug or want to propose a new feature? Have a question? Want community support? Want professional commercial support? Support Found a bug or want to propos...
  • 相关资料

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

    秘籍 SQL (TypeORM) 存储库模式 CQRS Commands 事件(Events) Sagas 建立(Setup) 概要 秘籍 SQL (TypeORM) !> 在本文中,您将学习如何使用自定义提供者机制从零开始创建基于 TypeORM 包的 DatabaseModule 。由于该解决方案包含许多开销,因此您可以使...
  • Relations FAQ

    Relations FAQ How to create self referencing relation How to use relation id without joining relation How to load relations in entities Avoid relation property initializers ...
  • 秘籍

    秘籍 SQL(TypeORM) 存储库模式 MongoDB (Mongoose) SQL(Sequelize) 身份验证(Passport) CQRS Commands 事件(Events) Sagas 建立 概要 OpenAPI (Swagger) MongoDB E2E Testing 秘籍 SQL(TypeORM)...
  • 创建一个实体

    创建一个实体 创建一个实体 Entity是由@Entity 装饰器装饰的模型。将为此类模型创建数据库表。你可以使用 TypeORM 处理各处的实体,可以使用它们 load/insert/update/remove 并执行其他操作。 让我们将Photo 模型作为一个实体 import { Entity } from "typeo...
  • 赞助商

    赞助商 赞助商 开源既困难又耗时。 如果你想投资 TypeORM 的未来,你可以成为赞助商,让我们的核心团队花更多时间在 TypeORM 的改进和新功能上。成为赞助商
  • What is Entity?

    Entities What is Entity? Entity columns Primary columns Special columns Spatial columns Column types Column types for mysql / mariadb Column types for postgres Column typ...