top of page


Chat with Your DataBase Without the Drama
If you’ve ever written a gnarly SQL query with multiple joins, filters, and window functions in a tool like DBeaver , you’ve probably hit this point: “I finally got the query right. Now I want to explore this result in lots of different ways… without rewriting SQL every time or accidentally breaking something in prod.” There’s a great pattern for this: 1. Use DBeaver (or any SQL IDE) to build one carefully-reviewed, complex query against your database. 2. Export the
Mar 45 min read


Fishbowl Inventory and MySQL8 Upgrade Survival Guide
The latest version of Fishbowl Inventory Control software as of November 2025 is Fishbowl Advanced 25.9, which was released on September 16, 2025. This version includes major updates, such as simplified Java update processes in anticipation of the November 2025 Java 21 release, and ongoing compatibility improvements for MySQL 8.0 (database backend). Key Lessons and Gotchas If you've recently upgraded to the latest version of Fishbowl Inventory, you're not alone running into a
Nov 13, 20253 min read
bottom of page

