MediaManager-core/src/main
Gustavo Henrique Santos Souza de Miranda dc4b6cbdfa Add SQLite support with `SqliteDatabaseManager` and application mode handling:
- Created `SqliteDatabaseManager` for SQLite database initialization and management.
- Refactored `DatabaseManager` into an abstract class to support different database implementations.
- Introduced `ApplicationMode` enum to switch between `local` and `server` modes.
- Updated `MediaManagerApplication` to handle `runtype` configuration and initialize SQLite in `local` mode.
- Updated `config.properties.example` with new `runtype` property.
- Added SQLite JDBC dependency to `pom.xml`.
2025-11-21 18:03:20 -03:00
..
java/com/mediamanager Add SQLite support with `SqliteDatabaseManager` and application mode handling: 2025-11-21 18:03:20 -03:00
proto Integrate `DelegateActionManager` for request handling and refactor IPC: 2025-11-17 07:21:52 -03:00
resources Add SQLite support with `SqliteDatabaseManager` and application mode handling: 2025-11-21 18:03:20 -03:00