High Level Database Access: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
imported>Kymara
m typo
Line 7: Line 7:




This article describes how you can use Marauroa in your games to accesses the database on a high level. The internal works are explained in [[Low Level Database Access]]. The table structure of the Marauroa database is explained in [[Marauroa Database Structure]].
This article describes how you can use Marauroa in your games to access the database on a high level. The internal works are explained in [[Low Level Database Access]]. The table structure of the Marauroa database is explained in [[Marauroa Database Structure]].


Most of the database access is transparent. For example if client requests the creation of an account and the game server logic accepts that request, Marauroa will automatically add the necessary rows to the database.
Most of the database access is transparent. For example if client requests the creation of an account and the game server logic accepts that request, Marauroa will automatically add the necessary rows to the database.