Skip to main contentModule db
Source - HiddenFile
- A hidden file entry — prevents a specific file from a mod from being deployed.
- ModCategory
- A mod category for organizing the mod list.
- ModdeDb
- SQLite-backed persistent storage for modde.
- PluginEntry
- A plugin entry in the plugin load order (independent of mod install priority).
- ProfileSummary
- Summary view of a profile (without loading all mods).
- SaveEntry
- A save file/directory assigned to a profile.
- SnapshotMeta
- Metadata for a stock game snapshot stored in the database.
- ToolAppliedFileRow
- A file applied by a tool to a game directory.
- ToolConfigRow
- Per-game tool configuration stored in the database.
- decode_install_method
- Parse the TOML-encoded
install_method column back into a typed
InstallMethod. Returns None for NULL / empty strings.