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
- 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

5
TODO
View File

@ -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