Download & Repo: https://dbolt.vercel.app https://github.com/ViniMacacari/dbolt Every day, I found myself repeating the same painful routine. I needed to run a simple query against a database, check a table, inspect a schema, or create something basic. Nothing complex. Nothing that required a full DBA-level toolkit. But to do that, I had to open a heavy database client. In my case, that usually meant opening DBeaver. And don’t get me wrong: DBeaver is powerful. It supports a lot of databases, has many advanced features, and can be a great tool for many scenarios. But for my daily workflow as a developer, it often felt like too much. It loads multiple modules, runs several validations, shows countless options, and sometimes feels like my computer is about to freeze before I even write the first line of SQL. I am not a DBA. I am a developer. Most of the time, I just want to run a query, check some data, create a simple table, inspect a schema, or quickly validate something during development.…