0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[cloudflare]コンソール画面からのDB作成とTBL作成方法

0
Posted at

はじめに

 Cloudflareを初めて利用した際の備忘録としてまとめる。

DB作成とTBL作成方法

1. データベース作成画面に遷移

 cloudflareログイン後、画面左側の一覧にある「ストレージとデータベース」を開き、「D1 SQLite データベース」をクリックする。

image.png

2. データベース作成

 画面右上の「データベースを作成」をクリックし、名前を設定した後に「作成」ボタンを押下する。 

image.png

3. TBL作成

 画面左上の「コンソール」ボタンを押下するとSQLコンソール画面へ遷移するので、SQLiteの文法でCREATE TABLE を実行する。

image.png

 成功すると「データを検索」ボタンで遷移した画面左側に、作成したTBLが表示される。
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?