书栈网 · BookStack 本次搜索耗时 0.060 秒,为您找到 4284 个相关结果.
  • 元数据-gmeta

    基本介绍 使用示例 Data 方法 Get 方法 基本介绍 主要用于嵌入到用户自定义的结构体中,并且通过标签的形式给gmeta 包的结构体打上自定义的标签内容(元数据),并在运行时可以特定方法动态获取这些自定义的标签内容。 使用方式: import "github.com/gogf/gf/v2/util/gmeta" 接口文档 :...
  • Collection Customization and API Details

    Collection Customization and API Details Customizing Collection Access Dictionary Collections Dealing with Key Mutations and back-populating for Dictionary collections Custom Co...
  • Advanced Topics

    Advanced Topics Advanced Topics Why Asynchronous ORM? The Story Cooperative multitasking Pros and cons About Database and ORM Connection Pool Sanic Support Work with ...
  • Entities

    Entities Creating Entity Classes Creating Entities Accessing Entity Data Accessors & Mutators Creating Virtual Fields Checking if an Entity Has Been Modified Validation Error...
  • Table Configuration with Declarative

    Table Configuration with Declarative Declarative Table with mapped_column() Using Annotated Declarative Table (Type Annotated Forms for mapped_column() ) mapped_column() derives ...
  • 构造查询

    构造查询 构造查询 QueryBuilder 提供了一个简便,流畅的 SQL 查询构造器。在不影响代码可读性的前提下用来快速的建立 SQL 语句。 QueryBuilder 在功能上与 ORM 重合, 但是各有利弊。ORM 更适用于简单的 CRUD 操作,而 QueryBuilder 则更适用于复杂的查询,例如查询中包含子查询和多重联结。 使...
  • 模型关联-ScanList

    数据结构 数据模型 数据写入 数据查询 单条数据记录 多条数据记录 gf 的ORM 没有采用其他ORM 常见的BelongsTo , HasOne , HasMany , ManyToMany 这样的模型关联设计,这样的关联关系维护较繁琐,例如外键约束、额外的标签备注等,对开发者有一定的心智负担。因此gf 框架不倾向于通过向模型结构体中注入过多...
  • 管理范式化数据

    844 2018-02-14 《Redux 中文文档》
    管理范式化数据 标准方法 简单合并 reducer 切片组合 其他方法 基于任务的更新 Redux-ORM 管理范式化数据 如 范式化数据 章节所提及的,我们经常使用 Normaizr 库将嵌套式数据转化为适合集成到 store 中的范式化数据。但这并不解决针对范式化的数据进一步更新后在应用的其他地方使用的问题。根据喜好有很多种方法可供...
  • Transaction

    Transaction Transaction More API refer Orm 增删改查 There are two ways to handle transaction in Beego. One is closure: // Beego will manage the transaction's lifecycle ...
  • Serializer

    How to Use the Serializer How to Use the Serializer Installation Using the Serializer Service Adding Normalizers and Encoders Using Serialization Groups Annotations Configurin...