NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
HeidiSQL – Lightweight MariaDB, MySQL, SQL Server, PostgreSQL and SQLite Manager (github.com)
tacomagick 7 hours ago [-]
I got a taste of Navicat (Paid Software) and I wish I hadn't because being able to control everything in one place with a good SSH support and wide support for all including SQlite and Redis in a unified interface, being able to transfer between servers and take dumps at the comfort of a single software feels like a blessing.
tgeorge 5 hours ago [-]
I suggested the Navicat team to put in Redis support in 2020 and they put in a ticket to their Dev team. And in 2023 they added support for Redis and emailing me back saying they did it and released it. I was kinda in disbelief and happy. But, I love their backup and restore option
gchamonlive 4 hours ago [-]
Paid software can be good, the problem is that the incentives aren't for it to continue being good and improving over a long period of time. The paid products that are able to maintain quality and vision are the exception.
onlyrealcuzzo 53 minutes ago [-]
> Paid software can be good, the problem is that the incentives aren't for it to continue being good and improving over a long period of time.

And free software is different somehow?

People's interests are fleeting.

Someone may be dedicated to doing something right for years, and then have kids...

gchamonlive 37 minutes ago [-]
It's different because if free software "dies" there are no victims, if there's community interest in the project you just fork it.

And having kids is of a completely different nature than having to appease investors quarterly.

danvayn 2 hours ago [-]
Wish I didn’t read this cuz now I want redis support too.
giancarlostoro 3 hours ago [-]
What's really special about Heidi and idk if this is still true, but sometime after the creator of MySQL forked MySQL into MariaDB, on Windows, the installer used to include HeidiSQL since they no longer owned the MySQL Workbench, and honestly, as far as open source clients go, Heidi was always my preferred one every single time. It's got its quirks but its so good once you figure it out.
51Cards 1 hours ago [-]
Heidi has been my go-to SQL tool for longer than I can remember. Has been great to watch it evolve and have communicated wish list items to the developer several times with great responsiveness.
articsputnik 7 hours ago [-]
I use neovim for querying my databases with DBUI and tpope dadbod :) https://www.ssp.sh/brain/query-databases-in-vim-vim-dadbod/

But HeidiSQL and DBeaver are great, and open source (DBeaver even has a vim integration too;)

dominicrose 8 hours ago [-]
Does it do anything DBeaver doesn't do?
da_chicken 6 hours ago [-]
It's mostly down to preferences and needs.

DBeaver requires Java, supports more RDBMSs, supports plug-ins, supports ER diagrams, but is also a project split into a community/enterprise model so some features are just never going to be implemented or improved upon without you paying an annual fee.

HeidiSQL is written in Delphi, supports the major RDBMSs (except Oracle), and is more focused on being a query analyzer than anything else. There is no edition split or paid model, so you're more likely to see new features in the free edition.

IMX, HeidiSQL is faster. It loads quickly and performs better, though I will say that my experience with both is about 10 years old at this point. From my memory, the DBeaver interface has always felt clunky in that way unique to Java applications, and many of the features in DBeaver are things I never wanted or needed. At the time, HeidiSQL was Windows-exclusive, with Linux support only about a year or two old at this point. My opinion 10 years back was that I would use HeidiSQL when I could and DBeaver if I had to.

anta40 4 hours ago [-]
Mmmmm just noticed MacOS is now supported. Guess time to say farewell to DBeaver...
bugfix 3 hours ago [-]
It's ready to connect in 2 seconds instead of 45.
root-parent 3 hours ago [-]
If you want to have schema and data dif, DBeaver is very expensive.
fwgijcqywqeo 6 hours ago [-]
yes, runs without java.
flossly 3 hours ago [-]
Written in Pascal. That's been a while since I've seen Pascal in the wild!
tclancy 6 hours ago [-]
It’s been a long time since I used it but it’s one of those pieces of open source that was so vital to my career when contracting I treated it like I had an annual subscription to pay each year.
bearjaws 3 hours ago [-]
Went to their website and it literally has malvertising that tries to install an extension in your browser right at the top.

Nothing really makes me comfortable connecting to my production database quite like malware at the top of a site.

ptx 2 hours ago [-]
Are those Google ads? That's the only ad-related script I can find on the page. One of the ads says it comes from "MediaGo", but the iframe seems to be served from googlesyndication.com.

If so, I'm glad we have such a trustworthy company keeping Android users safe from malware by preventing us from installing our own software, all for our own good.

danvayn 2 hours ago [-]
Not saying it’s a good pattern, but plenty of things that have been worth installing in the past like Daemon Tools had questionable ads, assumably to fund development.

Also, my ad was for Vegas. You just happened to get served a worse than usual advertisement.

owlstuffing 3 hours ago [-]
Delphi?! Interbase?! Is this a Borland reunion?
yamapikarya 3 hours ago [-]
heidisql is interesting, but right now i am using beekeeper. it's great and just works
overflowy 6 hours ago [-]
How does it compare to DataGrip?
JoeBOFH 3 hours ago [-]
Different kind of beast. In my opinion Datagrip is meant for heavy DB work with jetbrains ecosystem surrounding you as well.

Heidi is perfect for the kind of person who connects to a DB once in awhile to just get some crap done.

I used to use HeidiSQL a lot, then we moved to Azure SQL with entra mfa which Heidi doesn’t current support. I would switch back instantly if that support ever came out.

fallen_comrade 5 hours ago [-]
My daily driver at work
mohragk 6 hours ago [-]
I used this to move away from MySQL Workbench, which is absolute trash. HeidiSQL is excellent, even though is fugly. Doesn't matter though, works like a charm.
peter_d_sherman 14 hours ago [-]
bearjaws 3 hours ago [-]
Wow if you try to click on one of the screen shots you get a full screen pop up ad that wants you to install a browser extension.

Absolutely unacceptable.

orionblastar 14 hours ago [-]
Looks good, but I can't afford Delphi. I might try their Community Free Edition, though.
ptx 8 hours ago [-]
The Linux version is built with Free Pascal instead, and the Windows version will be based on that code in the future (says the README in the lazarus branch).
jeremyjh 7 hours ago [-]
There are release binaries on their website.

https://www.heidisql.com/download.php

faangguyindia 6 hours ago [-]
people don't realize how good llm is at SQL. I use to use lots of these tools now i just llm on cli.
add-sub-mul-div 5 hours ago [-]
Perhaps this is for people who have already mastered the skill itself and don't need or want their ability to practice that skill through a meta-skill to exist at the pleasure of other parties.
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 17:13:12 GMT+0000 (Coordinated Universal Time) with Vercel.