- Insert
- Update cell
- Delete row(s)
- 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 
- SSH tunnels
- Badger encryption key dialog
- Pebble: connection options dialog
- SQLite: DB compact action
- SQLite: DB export backup action
- 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://github.com/litements/litexplore
- Build
	- Makefile to cross-compile release binaries in docker
	- Build own liblcl binaries in docker
	- Win32 icon resource
- 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