> For the complete documentation index, see [llms.txt](https://docs.proudnet.com/proudnet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proudnet.com/proudnet/proudnet/db_system.md).

# ProudNet에서 DB 사용하기

ProudNet DB 시스템은 온라인 게임 개발에 필요한 기능을 모두 갖춘 데이터베이스 엔진으로, 가장 일반적인 유형의 게임 데이터베이스의 요구사항에 맞게 설계되어 있으며 **Microsoft SQL Server** 와 **MySQL**을 호환합니다.

ProudNet DB 시스템은 통상적인 온라인 게임 개발 프로젝트에서의 데이터베이스 설계, 데이터 접근 유형, 필요한 성능 수준, 주요 기법들을 수집하여 '가장 흔한 설계 유형'으로 정리 후, ProudNet 엔진 계층에서 구현되어 빠른 속도로 안정적인 게임 데이터베이스를 구축할 수 있습니다. \
\
하지만, 이미 맞춰서 정해져 있는 database schema의 사용을 필요로 하기 때문에 이미 데이터베이스 설계와 구현을 마친 개발 프로젝트에서 ProudNet DB 시스템을 도입하려면 migration 작업이 불가피합니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.proudnet.com/proudnet/proudnet/db_system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
