> For the complete documentation index, see [llms.txt](https://wisdomme.gitbook.io/mysqlforspigot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wisdomme.gitbook.io/mysqlforspigot/master.md).

# 简介

此API用于方便我的世界Spigot开发者使用MySQL数据库。

使用了JDBC，因为仅有JDBC才能尽量的压缩插件的体积。

尽管使用的是JDBC，我也做了优化。使用了连接池，并且可以在配置文件更改配置。包含了事务管理，保障了安全性。
