- Delete shortcut takes checked row into account
- Introduced precision and scale options for data types like numeric, varchar, etc
- Fix chat examples bug where examples would refresh on every keystroke
- Type hint in Edit Row sheet
- MongoDB, Redis, and Elasticsearch have inferred graph support - since they have no schemas, we have to intelligently guess
- Add support for JSON (NDJSON) export for NoSQL databases
- Add schema information for MongoDB tables
- Fix Clickhouse not showing table information when hitting Describe
- Behind the scenes changes in how we handle data types
- Bug fixes and improvements on the background
Installation
Mac App Store
Microsoft Store
Download from the Microsoft Store
Snap Store
sudo snap install whodbDocker
docker pull clidey/whodb:0.86.0
docker pull clidey/whodb:latestDirect Downloads
See assets below for platform-specific packages (DMG, MSIX, etc.).
Documentation
Upgrade Notes
To upgrade from a previous version:
- Docker: Pull the latest image and restart your container
- Snap: Run
sudo snap refresh whodb - Desktop Apps: Download and install the new version
What's Changed
- feat(cli): persist AI consent preference across sessions by @modelorona in #752
- feat: Add optional schema field to CLI connection form by @modelorona in #753
- feat(cli): add view indicator showing current view by @modelorona in #756
- fix(cli): include AI chat view in tab navigation by @modelorona in #758
- feat(cli): add clear keyboard shortcuts for AI chat navigation by @modelorona in #760
- fix: prevent backend logs from leaking to AI chat in TUI by @modelorona in #761
- fix: use existing totalRows field for pagination bounds by @modelorona in #762
Full Changelog: 0.85.0...0.86.0