Classes | |
class | LightweightDatabaseClient |
The client interface to the simple database included with RakNet, useful for a server browser or a lobby server. More... | |
class | LightweightDatabaseServer |
A simple flat database included with RakNet, useful for a server browser or a lobby server. A flat database interface. Adds the ability to track IPs of row updaters and passwords for table read and write operations, Best used for data in which queries which do not need to be updated in real-time. More... |