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

26
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,12 +16,14 @@
- 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
- SSH tunnels - Connection dialog
- Badger encryption key dialog - SSH tunnels
- Pebble: connection options dialog - Badger encryption key dialog
- SQLite: DB compact action - Pebble: connection options dialog
- SQLite: DB export backup action - Actions
- SQLite: drop table action - SQLite: DB compact action
- SQLite: DB export backup action
- SQLite: drop table action
- SQLite: show views, triggers, indexes in nav - SQLite: show views, triggers, indexes in nav
- SQLite CLI driver: - SQLite CLI driver:
- Attach to SSH tunnel - Attach to SSH tunnel