书栈网 · BookStack 本次搜索耗时 0.041 秒,为您找到 842 个相关结果.
  • Mutation Inputs

    Mutation Inputs Clone the code (optional) Mutation Types Mutations Test the CreateTodo Resolver Mutation Output Mutation Output Test the UpdateTodo Resolver Output M...
  • 数据库迁移

    971 2021-09-30 《Ent v0.9 教程》
    数据库迁移 自动迁移 删除资源 全局唯一ID Offline Mode Foreign Keys Migration Hooks 数据库迁移 ent 的迁移支持功能,可使数据库 schema 与你项目根目录下的 ent/migrate/schema.go 中定义的 schema 对象保持一致。 自动迁移 在应用程序初始化过程中运行自动...
  • Mutation Inputs

    197 2022-10-19 《Ent v0.11 教程》
    Mutation Inputs Clone the code (optional) Mutation Types Mutations Test the CreateTodo Resolver Mutation Output Mutation Output Test the UpdateTodo Resolver Output M...
  • 事务

    626 2021-09-30 《Ent v0.9 教程》
    事务 启动一个事务 事务化客户端 最佳实践 钩子 事务 启动一个事务 // GenTx 在一次事务中生成一系列实体。 func GenTx ( ctx context . Context , client * ent . Client ) error { tx , err := client . Tx ( ct...
  • Transactions

    Transactions Starting A Transaction Transactional Client Best Practices Hooks Isolation Levels Transactions Starting A Transaction // GenTx generates group of entities in ...
  • 事务

    事务 启动一个事务 事务化客户端 最佳实践 钩子 Isolation Levels 事务 启动一个事务 // GenTx 在一次事务中生成一系列实体。 func GenTx ( ctx context . Context , client * ent . Client ) error { tx , err :=...
  • 事务

    事务 启动一个事务 事务化客户端 最佳实践 钩子 Isolation Levels 事务 启动一个事务 // GenTx 在一次事务中生成一系列实体。 func GenTx ( ctx context . Context , client * ent . Client ) error { tx , err :=...
  • Privacy

    287 2022-02-28 《Ent v0.10 教程》
    Privacy Basic Terms Policy Privacy Rules Privacy Decisions Configuration You should notice that, similar to schema hooks , if you use the Policy option in your schema, you ...
  • Transactional Mutations

    Transactional Mutations Clone the code (optional) Usage Isolation Levels Transactional Mutations In this section, we continue the GraphQL example by explaining how to set ou...
  • Versioned Migrations

    361 2022-02-28 《Ent v0.10 教程》
    Versioned Migrations Configuration Generating Versioned Migration Files From Client From Graph Apply Migrations Moving from Auto-Migration to Versioned Migrations Versione...