Expand description
Provides the data access layer for the application, abstracting the underlying storage implementation.
This module is responsible for interacting with the persistent data store (currently SQLite).
It defines the SqliteStorage
struct and methods for database initialization, applying migrations, and performing
data operations related to the application’s models.
Structs§
- Sqlite
Storage SqliteStorage
provides an interface for interacting with a SQLite database to store and retrieve application data, primarily [Command
] and [VariableValue
] entities