Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Alembic (0.1 sec)

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

    /// tip | Dica
    
    O SQLModel terá utilitários de migração envolvendo o Alembic, mas por enquanto, você pode usar o <a href="https://alembic.sqlalchemy.org/en/latest/" class="external-link" target="_blank">Alembic</a> diretamente.
    
    ///
    
    ### Criar um Hero
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Oct 27 15:25:29 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. docs/ru/docs/tutorial/sql-databases.md

    /// tip | Подсказка
    
    В SQLModel будут включены утилиты миграции, входящие в состав Alembic, но на данный момент вы просто можете использовать
    <a href="https://alembic.sqlalchemy.org/en/latest/" class="external-link" target="_blank">Alembic</a> напрямую.
    
    ///
    
    ### Создание героя (Hero)
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 17 21:20:20 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  3. docs/es/docs/tutorial/sql-databases.md

    /// tip | Consejo
    
    SQLModel tendrá utilidades de migración envolviendo Alembic, pero por ahora, puedes usar <a href="https://alembic.sqlalchemy.org/en/latest/" class="external-link" target="_blank">Alembic</a> directamente.
    
    ///
    
    ### Crear un Hero
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/sql-databases.md

    For production you would probably use a migration script that runs before you start your app. 🤓
    
    /// tip
    
    SQLModel will have migration utilities wrapping Alembic, but for now, you can use <a href="https://alembic.sqlalchemy.org/en/latest/" class="external-link" target="_blank">Alembic</a> directly.
    
    ///
    
    ### Create a Hero { #create-a-hero }
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  5. docs/en/data/topic_repos.yml

      stars: 1150
      owner_login: wassim249
      owner_html_url: https://github.com/wassim249
    - name: fastapi-alembic-sqlmodel-async
      html_url: https://github.com/jonra1993/fastapi-alembic-sqlmodel-async
      stars: 1145
      owner_login: jonra1993
      owner_html_url: https://github.com/jonra1993
    - name: odmantic
      html_url: https://github.com/art049/odmantic
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:41 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  6. docs/ko/docs/tutorial/sql-databases.md

    여기서는 애플리케이션 시작 이벤트 시 테이블을 생성합니다.
    
    프로덕션 환경에서는 애플리케이션을 시작하기 전에 실행되는 마이그레이션 스크립트를 사용할 가능성이 높습니다. 🤓
    
    /// tip | 팁
    
    SQLModel은 Alembic을 감싸는 마이그레이션 유틸리티를 제공할 예정입니다. 하지만 현재 <a href="https://alembic.sqlalchemy.org/en/latest/" class="external-link" target="_blank">Alembic</a>을 직접 사용할 수 있습니다.
    
    ///
    
    ### Hero 생성하기
    
    각 SQLModel 모델은 Pydantic 모델이기도 하므로, Pydantic 모델을 사용할 수 있는 **타입 어노테이**션에서 동일하게 사용할 수 있습니다.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 24 16:14:29 UTC 2024
    - 18K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

    * 📝 Update fastapi instrumentation external link. PR [#11317](https://github.com/tiangolo/fastapi/pull/11317) by [@softwarebloat](https://github.com/softwarebloat).
    * ✏️ Fix links to alembic example repo in docs. PR [#11628](https://github.com/tiangolo/fastapi/pull/11628) by [@augiwan](https://github.com/augiwan).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top