並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 2 件 / 2件

新着順 人気順

python postgresql sqlalchemy tutorialの検索結果1 - 2 件 / 2件

  • SQL (Relational) Databases - FastAPI

    Warning The current page still doesn't have a translation for this language. But you can help translating it: Contributing. FastAPI doesn't require you to use a SQL (relational) database. But you can use any database that you want. Here we'll see an example using SQLModel. SQLModel is built on top of SQLAlchemy and Pydantic. It was made by the same author of FastAPI to be the perfect match for Fas

      SQL (Relational) Databases - FastAPI
    • FastAPIのアプリをAzure Web AppsとAzure Static Web Appsにデプロイ

      ↑ 今回用途では、十分なスペックですが、デプロイを繰り返すと、CPU 時間を超過して、QuotaExceeded になって、何もできなくなり、手探り段階の場合、きついです。(5分くらいすると回復します。) この後、Basic(B1)に変更する手順が出てきます。(無料プランでは、この記事の内容は実現しませんでした。) 構築中です。 こうなったら、成功です。 startup 設定Web App 起動時のスタートアップスクリプトを作成し、設定します。 backend/startup.sh を以下の内容で作成します。 https://portal.azure.com/ へアクセスして、App Service アプリ名 otamesi-backend をクリック → 構成 → 全般設定 スタートアップ コマンド:startup.sh とし、 保存 をクリックします。 スタートアップ コマンドのところ

        FastAPIのアプリをAzure Web AppsとAzure Static Web Appsにデプロイ
      1