书栈网 · BookStack 本次搜索耗时 0.048 秒,为您找到 4284 个相关结果.
  • 模型关联-静态关联-With特性

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

    MikroORM Installation Repositories Using custom repositories Load entities automatically Request scoped handlers in queues Using AsyncLocalStorage for request context Testin...
  • 命令模式

    命令模式 自动建表 打印建表SQL 命令模式 注册模型与数据库以后,调用 RunCommand 执行 orm 命令。 func main () { // orm.RegisterModel... // orm.RegisterDataBase... // ... orm . RunCom...
  • 命令行工具

    命令行工具 自动建表 打印建表 SQL 命令行工具 注册模型 与数据库 以后,调用RunCommand 执行 orm 命令。 func main () { // 需要注册模型 // 注册数据库 // 尤其不要忘了匿名引入驱动 orm . RunCommand () } go b...
  • 3.2 模型验证器

    531 2018-05-02 《orm2 中文文档》
    模型验证器 模型验证器 译者:飞龙 来源:Model Validations Enforce 模块用于验证数据。对于使用以前的验证器的用户,还可以继续使用,它们中的一部分整合到了enforce,剩余部分还没有。推荐你开始使用orm.enforce 来取代orm.validators 。可用的验证器的列表请见node-enforce 。 ...
  • Declarative Mapping Styles

    Declarative Mapping Styles Using a Declarative Base Class Declarative Mapping using a Decorator (no declarative base) Declarative Mapping Styles As introduced at Declarative M...
  • Deleting Data

    Deleting Data Cascading Deletes Bulk Deletes Strict Deletes Deleting Data class Cake\ORM\ Table Cake\ORM\Table:: delete (Entity $entity, $options = []) Once you’ve loade...
  • Working with Data

    Working with Data SQLAlchemy 1.4 / 2.0 Tutorial This page is part of the SQLAlchemy Unified Tutorial . Previous: Working with Database Metadata | Next: Using INSERT Statements...
  • 0.6 Changelog

    0.6 Changelog 0.6.9 general orm engine sql schema postgresql mysql mssql oracle misc 0.6.8 orm engine sql postgresql mssql 0.6.7 orm engine sql postgresql mysq...
  • Performance

    Performance Why is my application slow after upgrading to 1.4 and/or 2.x? Step one - turn on SQL logging and confirm whether or not caching is working Step two - identify what con...