doc/TODO: update

This commit is contained in:
mappu 2024-07-06 12:44:37 +12:00
parent 35a83eb483
commit ee3110162b
1 changed files with 17 additions and 9 deletions

14
TODO
View File

@ -1,6 +1,12 @@
- Insert - Cast DB to wider interface to check feature support
- Update cell - Syntax highlighting in editor
- Delete row(s) - Mutation
- Get real primary key for mutation instead of string approximation
- Badger: Support insert/update/delete
- Pebble: Support insert/update/delete
- Debconf: Support insert/update/delete
- Redis: Support insert/update/delete
- SQLite: Support insert/update/delete
- Binary data viewer - Binary data viewer
- Detect jpg/png and show as image - Detect jpg/png and show as image
- More DB types - More DB types
@ -10,9 +16,11 @@
- MSSQL (recursive navigation for instances) - MSSQL (recursive navigation for instances)
- Other K/V stores from https://github.com/smallnest/kvbench - Other K/V stores from https://github.com/smallnest/kvbench
- Windows registry - Windows registry
- Connection dialog
- SSH tunnels - SSH tunnels
- Badger encryption key dialog - Badger encryption key dialog
- Pebble: connection options dialog - Pebble: connection options dialog
- Actions
- SQLite: DB compact action - SQLite: DB compact action
- SQLite: DB export backup action - SQLite: DB export backup action
- SQLite: drop table action - SQLite: drop table action