From f54577f93f514609b3d02a55cb9f3d67ef694e2a Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 15 Jun 2024 13:08:14 +1200 Subject: [PATCH] doc/TODO: initial commit --- TODO | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..cdd8a5c --- /dev/null +++ b/TODO @@ -0,0 +1,24 @@ +- Insert +- Update cell +- Delete row(s) +- Binary data viewer + - Detect jpg/png and show as image +- Warning if data table is filtered to 1000 rows, or add pagination +- More DB types + - MySQL + - Postgres + - Redis + - MSSQL (recursive navigation for instances) +- SSH tunnels +- Special actions + - Refresh tables + - Per-db actions e.g. compact, export backup + - Per-table actions e.g. drop table +- Sqlite cli driver for ssh tunnel + - https://ricardoanderegg.com/posts/sqlite-remote-explorer-gui/ + - https://github.com/litements/litexplore +- Badger encryption key dialog +- Badger in-memory +- SQLite: use cgo-free driver if CGO_ENABLED=0 +- Makefile to cross-compile release binaries in docker +- Win32 icon resource