🛠️ Code cleanup & added many new features #1

Merged
gnmyt merged 121 commits from features/code-cleanup into master 2021-09-02 13:34:00 +00:00
Showing only changes of commit f51b938893 - Show all commits

View File

@ -17,7 +17,7 @@ public class QueryExample {
// We then can create a hashmap with all where-parameters // We then can create a hashmap with all where-parameters
HashMap<String, Object> whereList = new HashMap<>(); HashMap<String, Object> whereList = new HashMap<>();
// Now we can now add some values to the 'where'-list // Now we can add some values to the 'where'-list
whereList.put("username", "GNM"); whereList.put("username", "GNM");
whereList.put("email", "germannewsmaker@gmail.com"); whereList.put("email", "germannewsmaker@gmail.com");