1.3.2.1 add support MySQL
config.yml add support MySQL
Code (YAML):

# 数据库配置
database
:
  # 数据库类型,支持 sqlite 和 mysql
  type
: sqlite
  # SQLite数据库文件名,存储在plugins/GlobalShop/目录下
  file
: data.db
  # MySQL数据库配置
  mysql
:
    host
: localhost
    port
: 3306
    database
: globalshop
    username
: root
    password
: password
    useSSL
: false
----------, Apr 7, 2025
Resource Information
Author:
----------
Total Downloads: 3,746
First Release: Mar 15, 2025
Last Update: Aug 3, 2025
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings