-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a4322b
commit 52ead19
Showing
4 changed files
with
10 additions
and
695 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Contributing | ||
============ | ||
贡献指南 | ||
======= | ||
|
||
Contributions are welcome! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,8 @@ | ||
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. | ||
|
||
Shiki | ||
一个骰系 |
Oops, something went wrong.