Compare commits

...

5 Commits

Author SHA1 Message Date
Alexandre Biche
6a1049c85d Merge 52cf49efcb into 2aee46f169 2024-05-23 02:37:57 -03:00
Julien Le Coupanec
2aee46f169 Merge pull request #381 from FabricioLopees/fix/java
Update readme: fix grammatical error in java.md
2024-04-15 10:53:51 +02:00
FabricioLopees
22977d5ca1 update readme: fix grammatical error in java.md 2024-04-13 13:05:38 -03:00
FabricioLopees
a2c99c9674 update readme: fix grammatical error in java.md 2024-04-13 12:52:16 -03:00
Alexandre Biche
52cf49efcb Add WebDB to database GUI
I'm his creator so maybe I'm a little bit too biased to be completly objective.
Anyway, this is a very great tool to manage/design database, that's why I thought It's a great place to show him
2023-10-16 12:45:58 +02:00
2 changed files with 6 additions and 2 deletions

View File

@@ -93,7 +93,11 @@ Feel free to take a look. You might learn new things. They have been designed to
#### NoSQL #### NoSQL
- [Redis](databases/redis.sh) - [Redis](databases/redis.sh)
</details>
#### GUI
- [WebDB](https://webdb.app)
</details>
### 🔧 Tools ### 🔧 Tools

View File

@@ -286,7 +286,7 @@ for(dataType item : array) {
### ACCESS MODIFIERS ### ACCESS MODIFIERS
1. defualt(No keyword required) 1. default(No keyword required)
2. private 2. private
3. public 3. public
4. protected 4. protected