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

    Expressions Row values Expressions Peewee is designed to provide a simple, expressive, and pythonic way of constructing SQL queries. This section will provide a quick overview...
  • Window functions

    Window functions Ordered Windows Partitioned Windows Bounded windows Filtered Aggregates Reusing Window Definitions Multiple window definitions Frame types: RANGE vs ROWS ...
  • Postgresql Extensions

    Postgresql Extensions JSON Support hstore support Using hstore Interval support Server-side cursors Full-text search postgres_ext API notes Postgresql Extensions The pos...
  • Python

    mysqlclient MySQL Connector/Python PyMySQL SQLAlchemy peewee Django
  • Window functions

    Window functions Window functions peewee comes with support for SQL window functions, which can be created by calling Function.over() and passing in your partitioning or orde...
  • Retrieving Data

    Retrieving Data Getting single records Lists of records Sorting Combining filter expressions Aggregates and Prefetch SQL Functions Retrieving Data The real strength of ou...
  • SQL Helper

    SQL Helper SQL Helper There are times when you may want to simply pass in some arbitrary sql. You can do this using the special SQL class. One use-case is when referencing an...
  • SQL Helper

    SQL Helper SQL Helper There are times when you may want to simply pass in some arbitrary sql. You cando this using the special SQL class. One use-case is whenreferencing an a...
  • Query operators

    Query operators Query operators The following types of comparisons are supported by peewee: Comparison Meaning == x equals y < x is less than y <= x is less than or equal...
  • Changes in 3.0

    Changes in 3.0 Backwards-incompatible Database Model Meta options Models Fields Querying Removed Extensions SQLite Extension New stuff SQLite Extension Changes in 3.0...