书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 849 个相关结果.
  • Testing

    Testing Testing If you’re using ent.Client in your unit-tests, you can use the generated enttest package for creating a client and auto-running the schema migration as follows...
  • Testing

    Testing Testing If you’re using ent.Client in your unit-tests, you can use the generated enttest package for creating a client and auto-running the schema migration as follows...
  • Eager Loading

    Eager Loading Overview API Implementation Eager Loading Overview ent supports querying entities with their associations (through their edges). The associated entities are p...
  • Testing

    Testing Testing If you’re using ent.Client in your unit-tests, you can use the generated enttest package for creating a client and auto-running the schema migration as follows...
  • 用户指南

    498 2022-08-10 《Kratos v2.4 教程》
    用户指南 用户指南 📄️ Protobuf 规范 API接口统一以HTTP/GRPC为基础,并通过Protobuf进行协议定义,包括完整的Request/Reply,以及对应的接口错误码(Errors) 📄️ OpenAPI Swagger 使用OpenAPI Swagger 使用 📄️ Wire 依赖注入 Kratos 项目模块依赖注...
  • Create a Network Segment

    Create Network Segments Requirements Define segments in the server configuration Configure clients to join segments Verify segments Related resources Create Network Segment...
  • Upgrading Production

    Upgrading Production Upgrading our production database to use versioned migrations Upgrading Production Supporting repository The change described in this section can be found...
  • Upgrading Production

    Upgrading Production Upgrading our production database to use versioned migrations Upgrading Production Supporting repository The change described in this section can be found...
  • Upgrading Production

    Upgrading Production Upgrading our production database to use versioned migrations Upgrading Production Supporting repository The change described in this section can be found...
  • 预加载

    549 2021-09-30 《Ent v0.9 教程》
    预加载 概览 API 实现 预加载 概览 ent 支持查询关联的实体 (通过其边)。 关联的实体会填充到返回对象的 Edges 字段中。 让我们通过以下例子,了解与 Schema 相关的 API: 查询所有用户及其宠物: users , err := client . User . Query (). ...