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
- Update cell
- Delete row(s)
- Cast DB to wider interface to check feature support
- Syntax highlighting in editor
- 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
- Detect jpg/png and show as image
- More DB types
@ -10,12 +16,14 @@
- MSSQL (recursive navigation for instances)
- Other K/V stores from https://github.com/smallnest/kvbench
- Windows registry
- SSH tunnels
- Badger encryption key dialog
- Pebble: connection options dialog
- SQLite: DB compact action
- SQLite: DB export backup action
- SQLite: drop table action
- Connection dialog
- SSH tunnels
- Badger encryption key dialog
- Pebble: connection options dialog
- Actions
- SQLite: DB compact action
- SQLite: DB export backup action
- SQLite: drop table action
- SQLite: show views, triggers, indexes in nav
- SQLite CLI driver:
- Attach to SSH tunnel