Package de.delinkedde.mobarenareborn.persistence
package de.delinkedde.mobarenareborn.persistence
Persistence layer.
Database owns the bundled SQLite connection and schema;
ClassLevelDao reads and writes per-player class progress
(ClassProgress).
-
KlassenKlasseBeschreibungData access for the
class_levelstable.Owns the SQLite connection and applies the schema.The single background thread all database work is serialised onto.