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

    1. 模型定义 1.1. 自定义表名 1.2. 自定义索引 1.3. 自定义引擎 1.4. 设置参数 忽略字段 auto pk null index unique column size digits / decimals auto_now / auto_now_add type default Comment 1.5. ...
  • 0.4 Changelog

    0.4 Changelog 0.4.8 orm sql mysql sqlite oracle 0.4.7p1 orm 0.4.7 orm sql schema mysql oracle misc 0.4.6 orm sql mssql firebird misc 0.4.5 orm sql mysql mss...
  • 0.3 Changelog

    0.3 Changelog 0.3.11 orm engine sql mysql sqlite mssql oracle firebird misc 0.3.10 general orm sql misc 0.3.9 general orm sql mysql sqlite mssql oracle misc ...
  • Table Objects

    Table Objects Basic Usage Customizing the Entity Class a Table Uses Getting Instances of a Table Class Lifecycle Callbacks Event List initialize beforeMarshal beforeFind bui...
  • Performance

    Performance How can I profile a SQLAlchemy powered application? Query Profiling Code Profiling Execution Slowness Result Fetching Slowness - Core Result Fetching Slowness - ORM...
  • 0.7 Changelog

    0.7 Changelog 0.7.11 orm engine sql postgresql mysql misc 0.7.10 orm engine sql mysql sqlite mssql oracle 0.7.9 orm engine sql postgresql mysql sqlite mssql ...
  • 模型定义与注册

    ORM 模型 注册模型 模型基本设置 表名 列 忽略字段 索引 主键 默认值 自动更新时间 引擎 模型高级设置 null size digits / decimals type Precision Comment 模型字段与数据库类型的映射 z## MySQL Sqlite3 PostgreSQL 表关系设置 rel...
  • 0.3 Changelog

    0.3 Changelog 0.3.11 orm engine sql mysql sqlite mssql oracle misc 0.3.10 general orm sql misc 0.3.9 general orm sql mysql sqlite mssql oracle misc 0.3.8 orm...
  • 空值处理

    空值处理 Option方法 更新特定字段 空值处理 空值主要影响于写入/更新操作,如Insert , Replace , Update , Save 操作。 当 map /struct 中存在空值如 nil ,"" ,0 时,默认情况下,gdb 将会将其当做正常的输入参数,因此这些参数也会被更新到数据表。如以下操作(以map 为例,stru...
  • Updating Normalized Data

    3179 2019-06-02 《Redux Document》
    Managing Normalized Data Standard Approaches Simple Merging Slice Reducer Composition Other Approaches Task-Based Updates Redux-ORM Managing Normalized Data As mentioned ...