# 数据库

- [1.使用 MariaDB (MySQL) 后端](https://rs.ppgg.in/configuration/database/using-the-mariadb-mysql-backend.md)
- [2.使用 PostgreSQL 后端](https://rs.ppgg.in/configuration/database/using-the-postgresql-backend.md)
- [3.在未启用 WAL 的情况下运行](https://rs.ppgg.in/configuration/database/running-without-wal-enabled.md)
- [4.从 MariaDB (MySQL) 迁移到 SQLite](https://rs.ppgg.in/configuration/database/migrating-from-mariadb-mysql-to-sqlite.md)


---

# 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://rs.ppgg.in/configuration/database.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.
