Merge pull request #132 from SConaway/patch-1

MySQL is a SQL db
This commit is contained in:
Julien Le Coupanec 2020-07-31 10:46:22 +02:00 committed by GitHub
commit fa678c61ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -81,9 +81,12 @@ Feel free to take a look. You might learn new things. They have been designed to
<details>
<summary>View cheatsheets</summary>
#### NoSQL
#### SQL
- [MySQL](databases/mysql.sh)
#### NoSQL
- [Redis](databases/redis.sh)
</details>