Current workaround
SQL buttons are not implemented yet. Today, wrap a SQL CLI with a code button and store credentials in batteries:What’s changing when SQL buttons land
--sql <file>flag reads the query from disk, copies it into the button folder--db <name>resolves to a battery-backed connection reference- Arguments bind as parameters, not string substitution — no SQL injection surface
- Supported drivers: Postgres first, then MySQL, then SQLite