Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 58 (0.14 sec)

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

    ## 💩 🇨🇻
    
    🔜 ➡️ 👀 📁 `sql_app/crud.py`.
    
    ### ✍ 🌐 💩 🇨🇻
    
    ✍ 🌐 🎏 💩 🇨🇻 🇸🇲 🔰, 🌐 📟 📶 🎏:
    
    ```Python hl_lines="1  4-5  8-9  12-13  16-20  23-24  27-30"
    {!../../../docs_src/sql_databases_peewee/sql_app/crud.py!}
    ```
    
    📤 🔺 ⏮️ 📟 🇸🇲 🔰.
    
    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

    ## CRUD utils
    
    Now let's see the file `sql_app/crud.py`.
    
    ### Create all the CRUD utils
    
    Create all the same CRUD utils as in the SQLAlchemy tutorial, all the code is very similar:
    
    ```Python hl_lines="1  4-5  8-9  12-13  16-20  23-24  27-30"
    {!../../../docs_src/sql_databases_peewee/sql_app/crud.py!}
    ```
    
    There are some differences with the code for the SQLAlchemy tutorial.
    
    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