Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for device (0.23 sec)

  1. docs/em/docs/tutorial/sql-databases.md

    ## 🛠ī¸
    
    ↩ī¸ đŸ‘Ĩ ⚙ī¸ 🇸🇲 🔗 &amp; đŸ‘Ĩ đŸšĢ 🚚 🙆 😇 🔌-âšĢī¸ 👷 ⏎ī¸ **FastAPI**, đŸ‘Ĩ đŸ’Ē 🛠ī¸ đŸ’Ŋ <abbr title="Automatically updating the database to have any new column we define in our models.">🛠ī¸</abbr> ⏎ī¸ <a href="https://alembic.sqlalchemy.org" class="external-link" target="_blank">⚗</a> 🔗.
    
    &amp; 📟 🔗 🇸🇲 &amp; 🇸🇲 🏷 🖖 🎏 đŸ”Ŧ 📁, 👆 🔜 đŸ’Ē 🎭 🛠ī¸ ⏎ī¸ ⚗ đŸĩ ✔ī¸ ❎ FastAPI, Pydantic, ⚖ī¸ đŸ•ŗ 🙆.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 25.2K bytes
    - Viewed (1)
  2. docs/en/docs/tutorial/sql-databases.md

    !!! tip
        To avoid confusion between the SQLAlchemy *models* and the Pydantic *models*, we will have the file `models.py` with the SQLAlchemy models, and the file `schemas.py` with the Pydantic models.
    
        These Pydantic models define more or less a "schema" (a valid data shape).
    
        So this will help us avoiding confusion while using both.
    
    ### Create initial Pydantic *models* / schemas
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 29.6K bytes
    - Viewed (0)
Back to top