diff options
| author | 2024-08-15 17:43:01 +0800 | |
|---|---|---|
| committer | 2024-08-15 17:43:01 +0800 | |
| commit | 2a4322b464bd8ee7d3867828beff2198561f19b3 (patch) | |
| tree | 02e90589a65319a511db3c0436bcbf351150aed4 /docs/source/about/glossary.rst | |
| parent | 38aa7dc3a8d416fd84dbbc0e11d26d4aa8252cb4 (diff) | |
| download | faq-2a4322b464bd8ee7d3867828beff2198561f19b3.tar.gz faq-2a4322b464bd8ee7d3867828beff2198561f19b3.zip | |
docs: update contents
Diffstat (limited to 'docs/source/about/glossary.rst')
| -rw-r--r-- | docs/source/about/glossary.rst | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/source/about/glossary.rst b/docs/source/about/glossary.rst index e69de29..79be3ac 100644 --- a/docs/source/about/glossary.rst +++ b/docs/source/about/glossary.rst @@ -0,0 +1,37 @@ +Glossary +======== + + +.. glossary:: + + + API + Application Programming Interface. A set of protocols, routines, and tools for building software applications. + + CRUD + Create, Read, Update, and Delete. A set of operations that are used to manage data in a database. + + CRUD operations + A set of operations that are used to manage data in a database. CRUD stands for Create, Read, Update, and Delete. + + CRUD operations on a database + Create, Read, Update, and Delete operations that are performed on a database. + + CRUD operations on a relational database + Create, Read, Update, and Delete operations that are performed on a relational database. + + CRUD operations on a NoSQL database + Create, Read, Update, and Delete operations that are performed on a NoSQL database. + + CRUD operations on a document-oriented database + Create, Read, Update, and Delete operations that are performed on a document-oriented database. + + CRUD operations on a graph database + Create, Read, Update, and Delete operations that are performed on a graph database. + + CRUD operations on a key-value store + Create, Read, Update, and Delete operations that are performed on a key-value store. + + CRUD operations on a column-oriented database + Create, Read, Update, and Delete operations that are performed on a column-oriented database. + |
