StatsGen writes all it's calculation results into an internal SQLITE3 database. It uses many tables which relate to each other in various ways. The below diagrams show you a list of the tables and their relationship to each other. You can click on any of the tables to see it's description. The pictures look initially confusing but there are 4 basic tables, players, playerinround, rounds, kills. Rounds have players in the rounds, players in rounds make kills. All the rest of the tables expand on this basic information.
|