1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

シークライズ

Last updated at Posted at 2022-02-28

「Sequelize(シークライズ)」は、Node.jsを利用してデータベースへ効率的かつ簡単にアクセスするためのORM(Object-Relational Mapping)ライブラリです。私自身、このライブラリの読み方を「シークライズ」と表記・呼称していますが、一部の方は「シーカライズ」と読む場合もあります。

Sequelizeは、TypeScriptやJavaScriptを使用して開発する際に活用することができ、リレーショナルデータベース(例えば、MySQLやPostgreSQL、SQLite、MariaDBなど)とのやり取りを簡素化するための豊富な機能を備えています。これにより、データベース操作をコード上で直感的に記述することが可能です。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?