Using DB in ProudNet

The ProudNet DB system is a full-featured database engine for online game development, designed to meet the requirements of the most common types of game databases and compatible with Microsoft SQL Server and MySQL.

The ProudNet DB system collects database designs, data access types, required performance levels, and key techniques from typical online game development projects and organizes them into 'most common design types', which are then implemented in the ProudNet engine layer to build reliable game databases at high speed. However, because it requires the use of a database schema that has already been customized, migration work is inevitable if the ProudNet DB system is to be introduced in a development project that has already completed database design and implementation.

Last updated