From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/crud/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 files/ja/glossary/crud/index.html (limited to 'files/ja/glossary/crud') diff --git a/files/ja/glossary/crud/index.html b/files/ja/glossary/crud/index.html new file mode 100644 index 0000000000..275ddabb7e --- /dev/null +++ b/files/ja/glossary/crud/index.html @@ -0,0 +1,17 @@ +--- +title: CRUD +slug: Glossary/CRUD +tags: + - Glossary + - Infrastructure +translation_of: Glossary/CRUD +--- +

CRUD (Create, Read, Update, Delete) は、格納されたデータの操作を行う方法の頭文字をとった語です。永続化されたストレージの 4 つの基本的な機能を覚えるのに役立ちます。CRUD は通常、データベースやデータストアに対する操作を示しますが、データが実際には削除されずに、状態によって削除されたと扱われる「ソフトデリート」のような、アプリケーションの上位レベルの機能にも適用できます。

+ +

関連項目

+ +

一般知識

+ + -- cgit v1.2.3-54-g00ecf