2024-06-15 01:08:14 +00:00
|
|
|
- Insert
|
|
|
|
- Update cell
|
|
|
|
- Delete row(s)
|
|
|
|
- Binary data viewer
|
|
|
|
- Detect jpg/png and show as image
|
|
|
|
- Warning if data table is filtered to 1000 rows, or add pagination
|
|
|
|
- More DB types
|
|
|
|
- MySQL
|
|
|
|
- Postgres
|
|
|
|
- MSSQL (recursive navigation for instances)
|
|
|
|
- SSH tunnels
|
|
|
|
- Special actions
|
|
|
|
- Refresh tables
|
|
|
|
- Per-db actions e.g. compact, export backup
|
|
|
|
- Per-table actions e.g. drop table
|
|
|
|
- Sqlite cli driver for ssh tunnel
|
|
|
|
- https://ricardoanderegg.com/posts/sqlite-remote-explorer-gui/
|
|
|
|
- https://github.com/litements/litexplore
|
|
|
|
- Badger encryption key dialog
|
|
|
|
- Badger in-memory
|
2024-06-23 01:13:43 +00:00
|
|
|
- Redis child nav entry per database
|
|
|
|
- Redis browse keys
|
|
|
|
- Redis show query result in data table
|
2024-06-15 01:08:14 +00:00
|
|
|
- Makefile to cross-compile release binaries in docker
|
2024-06-23 01:13:43 +00:00
|
|
|
- Build own liblcl binaries in docker
|
2024-06-15 01:08:14 +00:00
|
|
|
- Win32 icon resource
|
2024-06-22 05:36:34 +00:00
|
|
|
- Faster virtual rendering
|
|
|
|
- https://github.com/ying32/govcl/blob/master/samples/listviewvirtualdata/main.go
|