First, thanks for adding SQLite support into the portable version. Very helpful!
Something maybe you can improve would be the use of ODBC connections to Netezza databases.
We heavily use Netezza (
www.netezza.com/) for it's abilities to process huge volumes of data very fast.
Making the connection work is fine using ODBC. When creating the ODBC System DSN using the Netezza-provided driver, you have to name the database you want as the default.
So when connecting with DB Browser, naturally the objects you see are the ones in the DB listed in the DSN.
However, the way Netezza works, even though you connect to one DB you can still see the other DBs on the appliance and switch to any of those without reconnecting.
So what would be ideal in DB Browser is to see the tree structure in the pane on the left with each DB and their objects inside their leaves so to speak.
Other products I've used similar to DB Browser are able to handle this scenario.
But I'd like to use this one and as it stands if I want to change DBs on Netezza, I need to close DB Portable, change the DSN in Windows, reconnect.
Thanks for the hard work on this product so far!