Articles

Practical write-ups on using BroadSQL for specific, recurring jobs.

Light scripting in BroadSQL: the JS command family

September 4, 2026

#scripting #javascript #automation #multidatabase #devtools

A new lightweight JavaScript layer lets a BroadSQL script hold two or more database connections open at once and drive them with ordinary loops and conditionals, something the interactive shell cannot do at all.

Read more →

Cross-vendor SQL on Windows without a GUI

August 29, 2026

#windows #cli #jdbc #crossvendor #drivers

A single command-line SQL client that reaches Oracle, SQL Server, Postgres, and more on Windows, with every driver behaving identically and no build step, is surprisingly rare.

Read more →