We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda1ab2 commit da28a41Copy full SHA for da28a41
2 files changed
README.md
@@ -29,7 +29,7 @@
29
30
- #### 数据库存储数据
31
32
-使用 [MySQL](https://www.mysql.com/) 或 [MariaDB](https://mariadb.org/) 存储用户的数据,当用户数量较多时依然保持良好的数据读取性能。
+使用 [MySQL](https://www.mysql.com/), [MariaDB](https://mariadb.org/) 或 [SQLite](https://www.sqlite.org/index.html) 存储用户的数据,当用户数量较多时依然保持良好的数据读取性能。
33
34
## 使用
35
build.gradle.kts
@@ -1,8 +1,8 @@
1
2
plugins {
3
- kotlin("jvm") version "1.5.20"
+ kotlin("jvm") version "1.5.30"
4
kotlin("plugin.serialization") version "1.5.20"
5
- id("net.mamoe.mirai-console") version "2.7.0"
+ id("net.mamoe.mirai-console") version "2.8.3"
6
}
7
8
group = "KonnyakuCamp"
0 commit comments