diff --git a/TODO b/TODO index 0bebea7..a92dcd2 100644 --- a/TODO +++ b/TODO @@ -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