yvbolt/TODO

42 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2024-07-06 00:44:37 +00:00
- 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
2024-06-15 01:08:14 +00:00
- Binary data viewer
- Detect jpg/png and show as image
- More DB types
- MySQL
- Postgres
2024-06-29 00:15:26 +00:00
- CLI using psql
2024-06-15 01:08:14 +00:00
- MSSQL (recursive navigation for instances)
2024-06-29 00:15:26 +00:00
- Other K/V stores from https://github.com/smallnest/kvbench
2024-06-30 00:51:40 +00:00
- Windows registry
2024-07-13 06:03:47 +00:00
- LDAP
2024-07-06 00:44:37 +00:00
- Connection dialog
- SSH tunnels
- Badger encryption key dialog
- Pebble: connection options dialog
2024-06-29 00:15:26 +00:00
- SQLite CLI driver:
2024-07-13 06:03:47 +00:00
- Context support
2024-06-29 00:15:26 +00:00
- Attach to SSH tunnel
- Configure binary path
2024-06-15 01:08:14 +00:00
- https://ricardoanderegg.com/posts/sqlite-remote-explorer-gui/
- https://github.com/litements/litexplore
2024-06-30 02:15:53 +00:00
- Debconf: separate groups by first slash in name
2024-07-14 03:35:56 +00:00
- SQLite: drop table doesn't autorefresh nav since callback is late
2024-06-29 00:15:26 +00:00
- Build
- Build own liblcl binaries in docker
- Win32 icon resource
2024-06-30 00:51:40 +00:00
- https://github.com/ying32/govcl/tree/master/Tools/winRes
2024-06-29 00:15:26 +00:00
- 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
2024-07-18 06:00:40 +00:00
- Query history
- Test suite
- `CREATE TABLE foo (id integer primary key, aaa text not null, bbb text not null);`