🛠️ 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 614c557d7e - Show all commits

View File

@ -16,7 +16,7 @@ public class LoginExample {
// You can now set the settings of the connection (before connecting)
connection.updateSettings()
.useSSL(true) // You can set for example the ssl property
.customProperty("example", ""); // You can also set a custom property
.customProperty("example", "value"); // You can also set a custom property
// Now you can connect to the database