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

    Model Model类的接口 Mapper类模板 条件对象 Mapper的链式接口 转换 关系 has one has many many to many Restful API 控制器 08.4 FastDbClient Model 使用Drogon的ORM支持,首先要创建Model类,Drogon的命令行程序drogon...
  • ORM

    ORM ORM (This is still in an alpha state) V has a built-in ORM (object-relational mapping) which supports SQLite, and will soon support MySQL, Postgres, MS SQL, and Oracle. V...
  • ORM

    概述 实体 实体常量 实体导出数组 实体类型转换 保存实体 更新实体 替换实体 删除实体 实体事件 关联 belongsTo 从属关联 hasMany 一对多关联 hasOne 一对一关联 manyMany 多对多关联 nested 嵌套预加载关联 实体查询 事务工作单元 仓储
  • ORM

    ORM Setup Create tables Define a Model class Relations Belongs-to relation One-to-many relation One-to-one relation Many-to-many relation ORM Queries Create new model inst...
  • ORM

    ORM 介绍 模型字段和序列化 ORM 介绍 IMI 中目前支持两个模型:数据库模型、内存表模型 模型字段和序列化 模型实例对象可以同时作为数组和对象使用。 如数据库中字段为user_age ,同时支持原字段名和驼峰命名,使用方法如下: // 下面三句是等同的 $model [ 'user_age' ] = 1 ; ...
  • ORM

    1675 2020-06-11 《Go语言中文文档》
    1. ORM 1. ORM 实现对象关系映射或数据映射技术的库。 beego orm - 强大的orm框架。支持:pq / mysql / sqlite3。 go-firestorm - Google / Firebase Cloud Firestore的简单ORM。 go-pg - PostgreSQL ORM,专注于Postgr...
  • ORM

    ORM 安装 使用 其他相关资料 ORM FastD ORM 是基于 Eloquent 进行扩展的,因此在使用上与 Eloquent 是一致的,非常地简单易用。 安装 $ composer require zqhong / fastd - eloquent 安装成功后,添加到 app.php 注册服务 <? php ...
  • ORM

    462 2019-12-14 《Angel v2.x Document》
    orm Usage Models Example Relations Many to Many Relations Columns Column Types Indices Default Values orm Source-generated PostgreSQL ORM for use with theAngel fra...
  • ORM

    快速开始 数据库设置与注册 模型定义与注册 Orm 增删改查 事务 QueryBuilder 构造复杂查询 QuerySeter 构造复杂查询 原生查询 关联表查询 命令行工具
  • ORM

    ORM 介绍 模型字段和序列化 ORM 介绍 IMI 中目前支持两个模型:数据库模型、内存表模型 模型字段和序列化 模型实例对象可以同时作为数组和对象使用。 如数据库中字段为user_age ,同时支持原字段名和驼峰命名,使用方法如下: // 下面三句是等同的 $model [ 'user_age' ] = 1 ; ...