Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1212 (0.15 sec)

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

        ✋️ Pydantic ⚙️ ⚖ "**🏷**" 🔗 🕳 🎏, 💽 🔬, 🛠️, & 🧾 🎓 & 👐.
    
    🗄 `db` ⚪️➡️ `database` (📁 `database.py` ⚪️➡️ 🔛) & ⚙️ ⚫️ 📥.
    
    ```Python hl_lines="3  6-12  15-21"
    {!../../../docs_src/sql_databases_peewee/sql_app/models.py!}
    ```
    
    !!! tip
        🏒 ✍ 📚 🎱 🔢.
    
        ⚫️ 🔜 🔁 🚮 `id` 🔢 🔢 👑 🔑.
    
        ⚫️ 🔜 ⚒ 📛 🏓 ⚓️ 🔛 🎓 📛.
    
    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

    Import `db` from `database` (the file `database.py` from above) and use it here.
    
    ```Python hl_lines="3  6-12  15-21"
    {!../../../docs_src/sql_databases_peewee/sql_app/models.py!}
    ```
    
    !!! tip
        Peewee creates several magic attributes.
    
        It will automatically add an `id` attribute as an integer to be the primary key.
    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