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

    Implementing Many to Many ManyToManyField Implementing Many to Many Peewee provides a field for representing many-to-many relationships, much likeDjango does. This feature was...
  • Querying

    Querying Creating a new record Bulk inserts Updating existing records Atomic updates Upsert Deleting records Selecting a single record Create or get Selecting multiple reco...
  • Installing and Testing

    Installing and Testing Installing with git Running tests Optional dependencies Skip Compilation of SQLite Extensions Installing and Testing Most users will want to simply i...
  • Flask Utils

    Flask Utils Database Wrapper Database with Application Factory Query utilities Flask Utils The playhouse.flask_utils module contains several helpers for integrating peewee ...
  • Querying

    Querying Attention Peewee needs your help! Do you have suggestions on how the documentation could be improved? If so, please leave a comment on this GitHub issue: https://githu...
  • More examples

    More examples More examples There are more examples included in the peewee examples directory , including: Example blog app using Flask and peewee. Also see accompanying blo...
  • Diving into the code

    Diving into the code Models Creating tables Establishing a database connection Making queries Creating new objects Performing subqueries Other topics of interest Diving ...
  • Model options and table metadata

    Model options and table metadata Meta.primary_key Table Names Model options and table metadata In order not to pollute the model namespace, model-specific configuration ispla...
  • Querying

    Querying Creating a new record Bulk inserts Updating existing records Atomic updates Deleting records Selecting a single record Create or get Selecting multiple records Fil...
  • Quickstart

    Quickstart Quickstart This document presents a brief, high-level overview of Peewee’s primaryfeatures. This guide will cover: Note If you’d like something a bit more meaty, t...