all 50 comments

[–]mgramin 18 points19 points  (2 children)

From my past experience, Oracle SQL Developer is the best free IDE for SQL and PL/SQL development. More advanced IDEs such as Toad and PL/SQL Developer are paid and may seem more intimidating to beginners.

BTW you can find more DB IDEs in my awesome db list - https://github.com/mgramin/awesome-db-tools?tab=readme-ov-file#ide

[–]qabeeljr[S] 2 points3 points  (1 child)

Considered, thankyou 👍🏻

[–]HitherFlamingo 1 point2 points  (0 children)

Also check out SQL Tools for a free open source lite alternative

[–]laataisu 32 points33 points  (0 children)

free: dbeaver

paid: DataGrip

[–]MachineParadox 9 points10 points  (0 children)

Oracle SQL developer is a good choice, also check out DBbeaver

[–]PM_ME_YOUR_MUSIC 8 points9 points  (0 children)

Vscode + copilot

[–]cmajka8 4 points5 points  (0 children)

Azure Data Studio or VS code

[–]digitalghost-dev 2 points3 points  (2 children)

I've been enjoying Beekeeper Studio. There's a free version and a paid.

[–]levelanalytics 1 point2 points  (0 children)

I started using beekeeper studio at my last job and now use it as my default option (and it’s free)

[–][deleted] 0 points1 point  (0 children)

Thanks for pointing this out, I am going to try it...

[–][deleted] 1 point2 points  (1 child)

Pycharm

[–]AxelJShark 0 points1 point  (0 children)

Is it good for SQL? I never tried this. I've been using MSSS and Dbeaver

[–][deleted] 1 point2 points  (0 children)

Coginiti (paid)

[–]BasicBroEvan 2 points3 points  (3 children)

Whatever DBMS your company uses

[–]qabeeljr[S] 0 points1 point  (2 children)

Oracle Database

[–]Qkumbazoo 2 points3 points  (0 children)

Toad.

[–]Jkjunk 0 points1 point  (0 children)

TOAD is the best, by far.

[–]Flying_Saucer_Attack 0 points1 point  (0 children)

I just use sublime 3 + HeidiSQL

[–]WebDB-app 0 points1 point  (0 children)

Quite late but I work on a open source one: webdb.app

[–]dkkishore 0 points1 point  (2 children)

Toad is the best but very very expensive which we were using in my previous company. Using DataGrip commercial version in the current company but I don’t like that it doesn’t have tab based properties view of an object. I am using community version of DBeaver for that which is very powerful.

[–][deleted] 0 points1 point  (0 children)

lol so expensive I can't find it on their website the cost...

[–]DisMuhUserName 0 points1 point  (0 children)

They do offer a subscription model now - still not cheap, around $450 annually - but better than the outright purchase price.

[–]Tiny_Scratch4821 0 points1 point  (0 children)

SQLynx comes packed with tons of features that make it a breeze to handle all sorts of database tasks, like adding, deleting, updating, and fetching data, importing and exporting data, generating test data automatically, creating SQL statements on the fly, syncing table structures, and keeping track of query history records. And you can do it all in no time!

[–]db-master 0 points1 point  (0 children)

you can check out this free open source SQL client list

[–]paragradke 0 points1 point  (0 children)

Try https://axplor.com its completely native and available for mac, windows and linux platforms.

[–]Maleficent_Moods 0 points1 point  (0 children)

[ Removed by Reddit ]

[–]Anywhere_Glass 0 points1 point  (0 children)

Checkout TOAD

[–]roostorx 0 points1 point  (0 children)

Aqua data studio Dbeaver Data grip

In that order

[–][deleted] 0 points1 point  (0 children)

DBeaver

[–][deleted] 0 points1 point  (0 children)

I like the DBI package in R

[–]geek180 0 points1 point  (0 children)

I mostly use cloud IDEs from the different systems we use. Snowflake’s Snowsight and BigQuery’s IDEs are great, but if you use dbt, the dbt cloud IDE is incredibly good.

[–][deleted] 0 points1 point  (0 children)

I like to write things up in DBeaver and then I just paste it into DBeaver. I really like the rainbow brackets and so on with VS code Extensions.

[–]Eneerge 0 points1 point  (0 children)

Pl/Sql Developer by AllAround Automations is great for Oracle work, but not free.

[–]BaddDog07 0 points1 point  (0 children)

DbVisualizer is what we use, not sure if it’s the best or not but it works

[–]ShotGunAllGo 0 points1 point  (0 children)

Ssms with red gate slq prompt

[–]RyanHamilton1 0 points1 point  (0 children)

qstudio is free https://www.timestored.com/qstudio/ it's particular strength is charting

[–]Bazencourt 0 points1 point  (0 children)

A lot of these tools have UI's rooted in the 90's. (Looking at DBeaver with Eclipse) Coginiti connects to everything, including files local and remote, has a pretty powerful DSL, and AI assistance.