doc: update README + TODO

This commit is contained in:
mappu 2024-06-23 13:13:43 +12:00
parent db5f6816c5
commit 8cac46e9f2
2 changed files with 11 additions and 1 deletions

View File

@ -10,6 +10,7 @@ This is an experimental application and you should generally prefer to use [qbol
- Connect to multiple databases - Connect to multiple databases
- Browse table/bucket content - Browse table/bucket content
- Run custom SQL queries - Run custom SQL queries
- Select text to run partial query
- Safe handling for non-UTF8 key and data fields - Safe handling for non-UTF8 key and data fields
- Supported databases: - Supported databases:
- Bolt - Bolt
@ -18,6 +19,7 @@ This is an experimental application and you should generally prefer to use [qbol
- SQLite - SQLite
- Uses CGo if available or modernc.org if not - Uses CGo if available or modernc.org if not
- Badger v4 - Badger v4
- Redis
## License ## License
@ -34,6 +36,11 @@ This project redistributes images from the famfamfam/silk icon set under the [CC
## Changelog ## Changelog
vNext
- Add Redis as supported database
- Allow selecting partial query text to execute
2024-06-25 v0.3.0 2024-06-25 v0.3.0
- Add support for running custom queries - Add support for running custom queries

5
TODO
View File

@ -7,7 +7,6 @@
- More DB types - More DB types
- MySQL - MySQL
- Postgres - Postgres
- Redis
- MSSQL (recursive navigation for instances) - MSSQL (recursive navigation for instances)
- SSH tunnels - SSH tunnels
- Special actions - Special actions
@ -19,7 +18,11 @@
- https://github.com/litements/litexplore - https://github.com/litements/litexplore
- Badger encryption key dialog - Badger encryption key dialog
- Badger in-memory - 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 - Makefile to cross-compile release binaries in docker
- Build own liblcl binaries in docker
- Win32 icon resource - Win32 icon resource
- Faster virtual rendering - Faster virtual rendering
- https://github.com/ying32/govcl/blob/master/samples/listviewvirtualdata/main.go - https://github.com/ying32/govcl/blob/master/samples/listviewvirtualdata/main.go