An open API service indexing awesome lists of open source software.

https://github.com/jillmpla/mmdatabase

Database design for a MMORPG.
https://github.com/jillmpla/mmdatabase

database database-design databases erdiagram mmorpg sql sqlite sqlite-database

Last synced: about 2 months ago
JSON representation

Database design for a MMORPG.

Awesome Lists containing this project

README

        

MMORPG Database

Language: SQL (SQLite)

This project designed and created a database to maintain user data
for a Massively Multiplayer Online Role-Playing Game (a MMORPG). The database
organizes, stores, and maintains user account, payment, and character data.

The database includes payment, account, character, guild, quest, location, weapon,
and achievement tables. The guild, quest, location, weapon, and achievement tables store
data associated with specific characters.

The end users of the database would be the game developers and any other relevant
employees (billing, accounting, customer service) requiring certain information.