Hacker News new | ask | show | jobs
by TurlochOTierney 3401 days ago
Oracle sqlcl and sqldeveloper has/had multiple SQL support. You have to use a hint on occasion and it is biassed
2 comments

I had encountered sqlcl before, but it requires the JVM, and I don't believe it is open source. With usql, it's open source (MIT), already works with more databases than sqlcl does, and very soon I will have built releases for Windows, OSX, and Linux that one will simply be able to download a single, relatively small (roughly 8 megs) binary and be able to work with any SQL database using the exact same command-line interface for each.
Biased towards oracle SQL. I can check it out it was mostly for migration to Oracle Database.
Usql requires go. Sqlcl is currently 12mb.
It doesn't require Go any more than nginx requires C. Go executables are for the most part static, and depend on very little, making them highly portable across distros.
Sqlcl connects to more databases than usql readme declares.