-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update settings editor to use sqlite3
Fixes #451 Add functionality to update config manager state and store settings using sqlite3 in the settings editor. * **Config Manager (`src/biscuit/settings/config.py`):** - Add methods to save and load settings from sqlite3. - Update `__init__` method to initialize sqlite3 database in `datadir`. - Update `load_data` method to load settings from sqlite3. * **Settings Editor (`src/biscuit/settings/editor/editor.py`):** - Add methods to save and load settings from sqlite3. - Update `add_sections` method to load settings from config manager. * **Settings (`src/biscuit/settings/settings.py`):** - Update `Settings` class to use sqlite3 for configuration. - Update `late_setup` method to load settings from sqlite3. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/tomlin7/biscuit/issues/451?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
Showing
3 changed files
with
101 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters