DB Pro v1.6.0: Redis Support and PostgreSQL Enums
DB Pro v1.6.0 adds Redis to the lineup and brings PostgreSQL enum support.
This release lets you connect to Redis databases (including managed providers), browse PostgreSQL enum types, and includes a couple of workflow improvements.
Redis Support
You can now connect to Redis databases directly from DB Pro. Browse keys, view values, and manage your data without leaving the app.
- Full compatibility — Browse keys, view values, and manage data
- Managed providers — Works with Upstash, Google Memorystore, Amazon ElastiCache, and more
- Key exploration — Browse and search keys with pattern matching
If you're working with Redis alongside your relational databases, everything lives in one place now.
PostgreSQL Enums
PostgreSQL enum types are now visible in the schema tree.
- Enum browser — View all enum types and their values directly in the sidebar
- Value inspection — See the defined values for each enum type
No more querying pg_enum to remember what values are available.
Improvements
A couple of other things in this release:
- Escape to deselect — Press Escape to deselect the selected cell in the data browser table
- Schema diagram layout — Better overlap detection for cleaner diagrams on first load
Get the Update
DB Pro v1.6.0 is available now. If you have auto-updates enabled, you'll get it automatically. Otherwise, head to the download page.
Thank you for using DB Pro.
Keep Reading
PostgreSQL FOR UPDATE SKIP LOCKED: The One-Liner Job Queue
Building a reliable job queue in your database without double-processing or deadlocks? PostgreSQL's FOR UPDATE SKIP LOCKED makes it surprisingly simple.
DB Pro v1.4.0: MSSQL, SSH Tunneling, and More
MSSQL support, SSH tunneling, Keychain integration, and more.
DB Pro v1.3.0: Database Creation, Multi-Query Editor & PlanetScale Vitess
Create databases directly from the sidebar, execute multiple queries at once, and connect to PlanetScale Vitess.