doc/TODO: update status

This commit is contained in:
mappu 2024-06-30 12:51:40 +12:00
parent 0866e5edac
commit 4735c391bd
1 changed files with 3 additions and 3 deletions

6
TODO
View File

@ -9,6 +9,8 @@
- CLI using psql - CLI using psql
- MSSQL (recursive navigation for instances) - MSSQL (recursive navigation for instances)
- Other K/V stores from https://github.com/smallnest/kvbench - Other K/V stores from https://github.com/smallnest/kvbench
- Windows registry
- Debconf
- SSH tunnels - SSH tunnels
- Badger encryption key dialog - Badger encryption key dialog
- Pebble: connection options dialog - Pebble: connection options dialog
@ -17,16 +19,14 @@
- SQLite: drop table action - SQLite: drop table action
- SQLite: show views, triggers, indexes in nav - SQLite: show views, triggers, indexes in nav
- SQLite CLI driver: - SQLite CLI driver:
- Basic error handling
- Better lexing
- Attach to SSH tunnel - Attach to SSH tunnel
- Configure binary path - 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
- Build - Build
- 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
- https://github.com/ying32/govcl/tree/master/Tools/winRes
- Performance - Performance
- Warning if data table is filtered to 1000 rows, or add pagination - Warning if data table is filtered to 1000 rows, or add pagination
- Context/interrupt slow queries - Context/interrupt slow queries