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?

More than 3 years have passed since last update.

WebブラウザでPostgreSQLに触れてみる

Posted at

PostgreSQLとは

原子性、整合性、独立性、耐久性 (ACID)プロパティを持つトランザクション、自動更新可能なビュー、マテリアライズドビュー、トリガ、外部キー、ストアドプロシージャを特徴とするRDBMSである。(Wikipediaより)

Crunchy Dataとは

PostgreSQLの商用サービスを提供しているアメリカの会社

Crunchy DataがWebAssembly化したPostgreSQLをWebブラウザ上で実際に動かしながら学べるPostgres playgroundを公開した

実際に触れてみる

画面左側に機能の説明があって、右側にターミナルが表示される
チュートリアルごとにサンプルのテーブルとデータが用意されていて、簡単なクエリを打つぐらいならすぐできる
CREATE TABLEもできるので、ある程度好き勝手に触れる
だけど、なぜかターミナル部分にペーストができない
なので、どんなに長いクエリでも打ち込むしかない

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?