# 在 ProudNet 中使用 DB

ProudNetDB系統是一款具備網絡遊戲開發所需全部功能的數據庫引擎，設計符合最常見的遊戲類型數據庫要求，兼容**Microsoft SQL Server**和**MySQL**。

ProudNet DB系統收集常規網絡遊戲開發項目中的數據庫設計、數據訪問類型、必要的性能水平、主要技術，將其整理爲"最常見的設計類型"，在ProudNet引擎層實現，可快速構建穩定的遊戲數據庫。\
\
但是，由於需要使用已定製的database schema，因此在已完成數據庫設計和實現的開發項目中，要想引進ProudNet DB系統，migration作業是不可避免的。


---

# 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://docs.proudnet.com/proudnet.cn/proudnet/db_system.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.
