Hi

I'm currently working on a project which i named Onyx for whatever reason.
It's a database management system (DBMS) for TrinityCore (i might implement other cores later too).
It's written entirely in ASP.Net Core, Javascript, HTML and CSS so it can be used on Windows, Linux and Mac!
Installation should be really easy because it's based on Docker.
I already have a solid base which i can already present you (see screenshots below).
Onyx directly edits the database so you don't have to insert SQL queries or other things by yourself. Just create content!
Currently i only implemented PlayerLevelStats and Creature_Template, but more tables will follow soon. I'll also implement linking to other tables after i implemented more of them. That means if you find a ID of something (e.g. loot ID in Creature_Template data), you can click on it and it will directly link you to the correct entry so you can instantly edit it too.
I didn't do any design yet, everything you see is the standard ASP.Net Core design. If there is a web designer out there who wants to help me with a neat design, please contact me!
Of course it's open source like all my other projects, you can find it on GitHub:
https://github.com/Kaev/OnyxHere are the promised screenshots:
CreatureTemplate - Index:

CreatureTemplate - Create a new dataset:

CreatureTemplate - Edit a dataset:

CreatureTemplate - Detail view of a dataset:

PlayerLevelStats - Index:

PlayerLevelStats - Create a new dataset:

PlayerLevelStats - Edit a dataset:

PlayerLevelStats - Detail view of a dataset:
