usql icon indicating copy to clipboard operation
usql copied to clipboard

[run.go] Add stdin support (`-c -` or `-f -`)

Open SamuelMarks opened this issue 1 year ago • 0 comments

Was surprised to see this not working:

echo 'SELECT version();' | usql_static "$DATABASE_URL" -c -
error: pq: 42601: syntax error at or near "-"

This PR should read from stdin following the common convention of providing a - to indicate input comes from stdin.

SamuelMarks avatar Aug 20 '24 17:08 SamuelMarks