Skip to main content

Module db

Module db 

Source

Structs§

ExecutableConfigRow
A named executable launch target for a game.
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.
ToolSettingHistoryEdge
One parent-child edge in the per-tool settings DAG.
ToolSettingHistoryNode
One versioned tool settings node in the per-tool DAG.

Functions§

decode_install_method
Parse the TOML-encoded install_method column back into a typed InstallMethod. Returns None for NULL / empty strings.