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

    Quickstart Model Definition Storing data Retrieving Data Getting single records Lists of records Sorting Combining filter expressions Aggregates and Prefetch SQL Functions ...
  • Logging queries

    Logging queries Logging queries All queries are logged to the peewee namespace using the standard library logging module. Queries are logged using the DEBUG level. If you’re i...
  • Logging queries

    Logging queries Logging queries All queries are logged to the peewee namespace using the standard library logging module. Queries are logged using the DEBUG level. If you’re i...
  • Logging queries

    Logging queries Logging queries All queries are logged to the peewee namespace using the standard library logging module. Queries are logged using the DEBUG level. If you’re i...
  • Installing and Testing

    Installing and Testing Installing and Testing Most users will want to simply install the latest version, hosted on PyPI: pip install peewee Peewee comes with a couple C ...
  • Framework Integration

    Framework Integration Flask Django Bottle Web.py Tornado Wheezy.web Falcon Pyramid CherryPy Sanic FastAPI Other frameworks Framework Integration For web application...
  • Indexes and Constraints

    Indexes and Constraints Single-column indexes and constraints Multi-column indexes Advanced Index Creation Table constraints Indexes and Constraints Peewee can create index...
  • Managing Transactions

    Managing Transactions Context manager Decorator Nesting Transactions Explicit transaction Explicit Savepoints Autocommit Mode Managing Transactions Peewee provides severa...
  • Transactions

    Transactions Context manager Decorator Nesting Transactions Explicit transaction Explicit Savepoints Autocommit Mode Transactions Peewee provides several interfaces for w...
  • Reflection

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