You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**JOOQConnector** is a Java library designed for easy interaction with databases using the JOOQ ORM. It includes built-in support for SQLite and MySQL databases and is designed to work with various server software like Bukkit, Nukkit, PowerNukkitX, JukeboxMC, and WaterdogPE.
9
10
10
-
Features:
11
-
- SQLite3 support
12
-
- MySQL support
13
-
- Disabled printing logo and tips from JOOQ
14
-
- Inclusion of JOOQ, SQLite and MySQL drivers in jar file
15
-
- Support for different server software (Bukkit, Nukkit, PowerNukkitX, JukeboxMC, WaterdogPE)
11
+
### ✨ Features
12
+
-**SQLite3 and MySQL Support**: Seamless integration with SQLite and MySQL databases.
13
+
-**No Unnecessary Logs**: Disable JOOQ logo and tips from appearing in the logs.
14
+
-**Bundled Drivers**: Includes SQLite, and MySQL drivers in the JAR.
15
+
-**Cross-Platform Support**: Compatible with different Minecraft server software.
16
16
17
-
## 🛠 Examples
17
+
## 🛠 Code Examples
18
18
19
-
If you are using a standalone api, you can disable the printing of logo and tips when you run the program
19
+
### Disable JOOQ Logs
20
+
You can disable the printing of the JOOQ logo and tips:
**JOOQConnector** — это библиотека для Java, предназначенная для удобной работы с базами данных через ORM JOOQ. Она поддерживает SQLite и MySQL, а также рассчитана для работы с различными серверными ядрами, таких как Bukkit, Nukkit, PowerNukkitX, JukeboxMC и WaterdogPE.
10
+
11
+
### ✨ Возможности
12
+
-**Поддержка SQLite3 и MySQL**: Бесшовная интеграция с базами данных SQLite и MySQL.
13
+
-**Отключение логов**: Возможность отключить вывод логотипа и подсказок JOOQ в логах.
14
+
-**Встроенные драйверы**: Включает драйверы SQLite и MySQL в JAR-файл.
15
+
-**Кроссплатформенная поддержка**: Совместимость с различными программными серверами Minecraft.
16
+
17
+
## 🛠 Примеры кода
18
+
19
+
### Отключение логов JOOQ
20
+
Вы можете отключить вывод логотипа и подсказок JOOQ:
0 commit comments