biscuit
biscuit copied to clipboard
Update settings editor to use sqlite3
Fixes #451
Add functionality to update config manager state and store settings using sqlite3 in the settings editor.
- Add methods to save and load settings from sqlite3 db
- Update
add_sectionsmethod to load settings from the config manager. - Update
Settingsto use sqlite3 for configuration. - Update
late_setupmethod to load settings from sqlite3.
Hey i was just going through this PR and noticed that you are using key value in sqlite. Maybe this would be helpful? https://github.com/piskvorky/sqlitedict
@vyshnav-vinod oh that's very cool! thanks for sharing, will check when I get back to this PR <3