doc/TODO: update
This commit is contained in:
parent
650c9e7183
commit
ba7228ad44
34
TODO
34
TODO
@ -3,22 +3,32 @@
|
|||||||
- Delete row(s)
|
- Delete row(s)
|
||||||
- Binary data viewer
|
- Binary data viewer
|
||||||
- Detect jpg/png and show as image
|
- Detect jpg/png and show as image
|
||||||
- Warning if data table is filtered to 1000 rows, or add pagination
|
|
||||||
- More DB types
|
- More DB types
|
||||||
- MySQL
|
- MySQL
|
||||||
- Postgres
|
- Postgres
|
||||||
|
- CLI using psql
|
||||||
- MSSQL (recursive navigation for instances)
|
- MSSQL (recursive navigation for instances)
|
||||||
|
- Other K/V stores from https://github.com/smallnest/kvbench
|
||||||
- SSH tunnels
|
- SSH tunnels
|
||||||
- Special actions
|
- Badger encryption key dialog
|
||||||
- Refresh tables
|
- Pebble: connection options dialog
|
||||||
- Per-db actions e.g. compact, export backup
|
- SQLite: DB compact action
|
||||||
- Per-table actions e.g. drop table
|
- SQLite: DB export backup action
|
||||||
- Sqlite cli driver for ssh tunnel
|
- SQLite: drop table action
|
||||||
|
- SQLite: show views, triggers, indexes in nav
|
||||||
|
- SQLite CLI driver:
|
||||||
|
- Basic error handling
|
||||||
|
- Better lexing
|
||||||
|
- Attach to SSH tunnel
|
||||||
|
- Configure binary path
|
||||||
- https://ricardoanderegg.com/posts/sqlite-remote-explorer-gui/
|
- https://ricardoanderegg.com/posts/sqlite-remote-explorer-gui/
|
||||||
- https://github.com/litements/litexplore
|
- https://github.com/litements/litexplore
|
||||||
- Badger encryption key dialog
|
- Build
|
||||||
- Makefile to cross-compile release binaries in docker
|
- Makefile to cross-compile release binaries in docker
|
||||||
- Build own liblcl binaries in docker
|
- Build own liblcl binaries in docker
|
||||||
- Win32 icon resource
|
- Win32 icon resource
|
||||||
- Faster virtual rendering
|
- Performance
|
||||||
- https://github.com/ying32/govcl/blob/master/samples/listviewvirtualdata/main.go
|
- Warning if data table is filtered to 1000 rows, or add pagination
|
||||||
|
- Context/interrupt slow queries
|
||||||
|
- Faster virtual rendering
|
||||||
|
- https://github.com/ying32/govcl/blob/master/samples/listviewvirtualdata/main.go
|
||||||
|
Loading…
Reference in New Issue
Block a user