From 8cac46e9f28167aedbcc6266d3d0dc30c20e0b9e Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 23 Jun 2024 13:13:43 +1200 Subject: [PATCH] doc: update README + TODO --- README.md | 7 +++++++ TODO | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 285fc53..ee3dcb9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This is an experimental application and you should generally prefer to use [qbol - Connect to multiple databases - Browse table/bucket content - Run custom SQL queries + - Select text to run partial query - Safe handling for non-UTF8 key and data fields - Supported databases: - Bolt @@ -18,6 +19,7 @@ This is an experimental application and you should generally prefer to use [qbol - SQLite - Uses CGo if available or modernc.org if not - Badger v4 + - Redis ## License @@ -34,6 +36,11 @@ This project redistributes images from the famfamfam/silk icon set under the [CC ## Changelog +vNext + +- Add Redis as supported database +- Allow selecting partial query text to execute + 2024-06-25 v0.3.0 - Add support for running custom queries diff --git a/TODO b/TODO index 029af5d..dd48a51 100644 --- a/TODO +++ b/TODO @@ -7,7 +7,6 @@ - More DB types - MySQL - Postgres - - Redis - MSSQL (recursive navigation for instances) - SSH tunnels - Special actions @@ -19,7 +18,11 @@ - https://github.com/litements/litexplore - Badger encryption key dialog - Badger in-memory +- Redis child nav entry per database +- Redis browse keys +- Redis show query result in data table - Makefile to cross-compile release binaries in docker +- Build own liblcl binaries in docker - Win32 icon resource - Faster virtual rendering - https://github.com/ying32/govcl/blob/master/samples/listviewvirtualdata/main.go \ No newline at end of file