# 歡迎使用 ELDependenci-SQL

{% hint style="warning" %}
如發現 wiki 加載緩慢，你可到 [github](https://github.com/ELDEpendenci/eldependenci-sql-docs/blob/master/SUMMARY.md) 直接查看 md 文件。
{% endhint %}

本框架提供了全局的 SQL 連接池，並提供了接口供所有eld系列插件進行連接。透過全局連接池，你的插件將無需手動設置連接到SQL。

本框架也提供了 [hibernate](http://tw.gitbook.net/hibernate/hibernate_overview.html) 和 [Spring Data JPA](https://ithelp.ithome.com.tw/articles/10194906) 的API，這將助你在不需要編寫語法的情況下，透過 ORM 去控制你的資料庫。

{% hint style="success" %}
本框架支援 spigot 和 bungee 雙用。
{% endhint %}


---

# 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://eric2788.gitbook.io/eldependenci-sql/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.
