Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for updating (0.18 sec)

  1. docs/en/docs/alternatives.md

    !!! check "Inspired **FastAPI** to"
        Define extra validations for data types using the "default" value of model attributes. This improves editor support, and it was not available in Pydantic before.
    
        This actually inspired updating parts of Pydantic, to support the same validation declaration style (all this functionality is now already available in Pydantic).
    
    ### <a href="https://www.hug.rest/" class="external-link" target="_blank">Hug</a>
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 23.2K bytes
    - Viewed (0)
  2. 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> 🔗.
    
    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)
  3. docs/en/docs/tutorial/sql-databases.md

    ## Migrations
    
    Because we are using SQLAlchemy directly and we don't require any kind of plug-in for it to work with **FastAPI**, we could integrate database <abbr title="Automatically updating the database to have any new column we define in our models.">migrations</abbr> with <a href="https://alembic.sqlalchemy.org" class="external-link" target="_blank">Alembic</a> directly.
    
    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