f43f78c40f
When qutebrowser starts, it creates an in-memory sqlite database. One can instantiate a SqlTable to create a new table in the database. The object provides an interface to query and modify the table. This intended to serve as the base class for the quickmark, bookmark, and history manager objects in objreg. Instead of reading their data into an in-memory dict, they will read into an in-memory sql table. Eventually the completion models for history, bookmarks, and quickmarks can be replaced with SqlQuery models for faster creation and filtering. See #1765. |
||
---|---|---|
.. | ||
test_autoupdate.py | ||
test_checkpyver.py | ||
test_cmdhistory.py | ||
test_crashdialog.py | ||
test_earlyinit.py | ||
test_editor.py | ||
test_guiprocess.py | ||
test_ipc.py | ||
test_keyhints.py | ||
test_lineparser.py | ||
test_miscwidgets.py | ||
test_msgbox.py | ||
test_pastebin.py | ||
test_readline.py | ||
test_sessions.py | ||
test_split_hypothesis.py | ||
test_split.py | ||
test_sql.py | ||
test_utilcmds.py |