Welcome,
While it is true that we have reversed bits and pieces of the client, we do not have any proper source code of it. It is just not that simple. We have been focusing on spesific things and looked at how the client executes those tasks in order to understand what is going on.
From the looks of it they have been using MySQL internally, but then dumped the database to their own custom read only database format "StaticDB" and shipped it with the client. Meaning that they do not really do any database queries to the server. ( The file is located here: "..\system\db\clientdb.sd2". ) We have been able to completely reverse engineer the format and it contains things like language strings, model texture names, quests, weapon stats, command definitions used by the network protocol etc.
There is a database browser in the works, but we are not ready to make any of this work public yet.
Sneaky peeky: