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).

  • Klassen
    Klasse
    Beschreibung
    Data access for the class_levels table.
    Owns the SQLite connection and applies the schema.
    The single background thread all database work is serialised onto.