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

    Expressions Row values Expressions Peewee is designed to provide a simple, expressive, and pythonic way ofconstructing SQL queries. This section will provide a quick overview ...
  • 高级用户指南

    高级用户指南 - 简介 路径操作的高级配置 额外的状态码 直接返回响应 自定义响应 - HTML,流,文件和其他 Additional Responses in OpenAPI 响应Cookies Response Headers Response - Change Status Code Advanced Dependencies Ad...
  • Schema Migrations

    Schema Migrations Example usage Supported Operations Migrations API Schema Migrations Peewee now supports schema migrations, with well-tested support for Postgresql, SQLite ...
  • Reflection

    Reflection Reflection The reflection module contains helpers for introspecting existing databases. This module is used internally by several other modules in the playhouse, inc...
  • Top object per group

    Top object per group Top object per group These examples describe several ways to query the single top item per group. For a thorough discuss of various techniques, check out m...
  • Reflection

    Reflection Reflection The reflection module contains helpers for introspecting existing databases. This module is used internally by several other modules in the playhouse, inc...
  • Test Utils

    Test Utils Test Utils Contains utilities helpful when testing peewee projects. class count_queries ([only_select=False]) Context manager that will count the number of queries...
  • Model Definitions

    Model Definitions Model Definitions To begin working with the data, we’ll define the model classes that correspondto the tables in the diagram. Note In some cases we explicit...
  • Test Utils

    Test Utils Test Utils Contains utilities helpful when testing peewee projects. class countqueries ([_only_select=False]) Context manager that will count the number of querie...
  • Signal support

    Signal support Connecting handlers Signal API Signal support Models with hooks for signals (a-la django) are provided in playhouse.signals . To use the signals, you will need...