# 简介

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

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wisdomme.gitbook.io/mysqlforspigot/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
