书栈网 · BookStack 本次搜索耗时 0.053 秒,为您找到 4284 个相关结果.
  • 模型定义

    模型定义 自定义表名 自定义索引 自定义引擎 设置参数 忽略字段 auto pk null index unique column size digits / decimals auto_now / auto_now_add type default Comment Precision 表关系设置 rel / rever...
  • 步骤 26: 用 API Platform 暴露 API 接口

    步骤 26: 用 API Platform 暴露 API 接口 安装 API Platform 为会议暴露一个 API 为评论暴露一个 API 限制 API 暴露的评论 配置 CORS 步骤 26: 用 API Platform 暴露 API 接口 我们已经完成了留言本网站的开发。为了让网站数据获得更大范围的使用,现在来让它暴露出一套 API...
  • Performance

    Performance How can I profile a SQLAlchemy powered application? Query Profiling Code Profiling Execution Slowness Result Fetching Slowness - Core Result Fetching Slowness - ORM...
  • Integration with dataclasses and attrs

    Integration with dataclasses and attrs Declarative Dataclass Mapping Class level feature configuration Attribute Configuration Column Defaults Integration with Annotated Relati...
  • SQLAlchemy Unified Tutorial

    SQLAlchemy Unified Tutorial Tutorial Overview Version Check SQLAlchemy Unified Tutorial About this document The SQLAlchemy Unified Tutorial is integrated between the Core and...
  • model的struct必须有一个pk

    model的struct必须有一个pk model的struct必须有一个pk Beego规定在models里面的struct必须有一个PK,如果没有的话,会提示 github.com/sunnygocms/managementCMS/models.SunnyUserAndGroup need a primary key field 这个...
  • 概述

    1175 2020-06-11 《Go语言中文文档》
    1. 概述 2. 模型(Models)- beego ORM 2.1. 修改日志 2.2. 快速入门 2.2.1. 简单示例 2.2.2. 关联查询 2.2.3. SQL 查询 2.2.4. 事务处理 2.2.5. 调试查询日志 1. 概述 2. 模型(Models)- beego ORM beego ORM 是一个强大的 Go...
  • 模型定义

    模型定义 自定义表名 自定义索引 自定义引擎 设置参数 忽略字段 auto pk null index unique column size digits / decimals auto_now / auto_now_add type default 表关系设置 rel / reverse rel_table / rel_...
  • 模型关联-静态关联-With特性

    一、设计背景 二、举个例子 1、数据结构 2、数据结构 3、数据写入 4、数据查询 5、列表查询 6、条件与排序 三、详细说明 1、gmeta 包 2、模型关联指定 3、With/WithAll 1)基本介绍 2)仅关联用户详情模型 3)仅关联用户学分模型 4)不关联任何模型查询 四、使用限制 1、字段查询与过滤 2、必须...
  • 模型关联-静态关联-With特性

    一、设计背景 二、举个例子 1、数据结构 2、数据结构 3、数据写入 4、数据查询 5、列表查询 6、条件与排序 三、详细说明 1、gmeta 包 2、模型关联指定 3、With/WithAll 1)基本介绍 2)仅关联用户详情模型 3)仅关联用户学分模型 4)不关联任何模型查询 四、使用限制 1、字段查询与过滤 2、必须...