yvbolt/TODO

42 lines
1.4 KiB
Plaintext

- Syntax highlighting in editor
- Mutation
- Get real primary key for mutation instead of string approximation
- Badger: Support insert/update/delete
- Pebble: Support insert/update/delete
- Debconf: Support insert/update/delete
- Redis: Support insert/update/delete
- Binary data viewer
- Detect jpg/png and show as image
- More DB types
- MySQL
- Postgres
- CLI using psql
- MSSQL (recursive navigation for instances)
- Other K/V stores from https://github.com/smallnest/kvbench
- Windows registry
- LDAP
- Connection dialog
- SSH tunnels
- Badger encryption key dialog
- Pebble: connection options dialog
- SQLite CLI driver:
- Context support
- Attach to SSH tunnel
- Configure binary path
- https://ricardoanderegg.com/posts/sqlite-remote-explorer-gui/
- https://github.com/litements/litexplore
- Debconf: separate groups by first slash in name
- SQLite: drop table doesn't autorefresh nav since callback is late
- Build
- Build own liblcl binaries in docker
- Win32 icon resource
- https://github.com/ying32/govcl/tree/master/Tools/winRes
- Performance
- 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
- Query history
- Test suite
- `CREATE TABLE foo (id integer primary key, aaa text not null, bbb text not null);`