Skip to content

Commit

Permalink
docs: update contents
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Aug 15, 2024
1 parent 38aa7dc commit 2a4322b
Show file tree
Hide file tree
Showing 4 changed files with 703 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/about/contributing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Contributing
============

Contributions are welcome!
37 changes: 37 additions & 0 deletions docs/source/about/glossary.rst
Original file line number Diff line number Diff line change
@@ -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.

Loading

0 comments on commit 2a4322b

Please sign in to comment.