Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 12821 (0.18 sec)

  1. docs/em/docs/how-to/sql-databases-peewee.md

        👫 Pydantic 🏷 🔬 🌅 ⚖️ 🌘 "🔗" (☑ 📊 💠).
    
        👉 🔜 ℹ 👥 ❎ 😨 ⏪ ⚙️ 👯‍♂️.
    
    ### ✍ Pydantic *🏷* / 🔗
    
    ✍ 🌐 🎏 Pydantic 🏷 🇸🇲 🔰:
    
    ```Python hl_lines="16-18  21-22  25-30  34-35  38-39  42-48"
    {!../../../docs_src/sql_databases_peewee/sql_app/schemas.py!}
    ```
    
    !!! tip
        📥 👥 🏗 🏷 ⏮️ `id`.
    
        👥 🚫 🎯 ✔ `id` 🔢 🏒 🏷, ✋️ 🏒 🚮 1️⃣ 🔁.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 19.2K bytes
    - Viewed (0)
  2. docs/en/docs/how-to/sql-databases-peewee.md

        So this will help us avoiding confusion while using both.
    
    ### Create the Pydantic *models* / schemas
    
    Create all the same Pydantic models as in the SQLAlchemy tutorial:
    
    ```Python hl_lines="16-18  21-22  25-30  34-35  38-39  42-48"
    {!../../../docs_src/sql_databases_peewee/sql_app/schemas.py!}
    ```
    
    !!! tip
        Here we are creating the models with an `id`.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Jan 16 13:23:25 GMT 2024
    - 23.6K bytes
    - Viewed (0)
Back to top