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.
- Host: GitHub
- URL: https://github.com/jillmpla/mmdatabase
- Owner: jillmpla
- License: mit
- Created: 2020-08-27T02:44:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T02:48:22.000Z (over 4 years ago)
- Last Synced: 2025-01-14T02:47:58.794Z (3 months ago)
- Topics: database, database-design, databases, erdiagram, mmorpg, sql, sqlite, sqlite-database
- Language: HTML
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.