Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Connected with driver * should be written in stderr #34
Comments
|
@mtxr that's not a bad suggestion. In general, I would like to clean up how output is handled / finish implementing the output formatting / redirecting so that it works more similarly to |
I think that would be useful to write anything that is not a SQL result to STDERR.
This is useful when you are writing scripts like:
echo "show tables;" | ./usql mysql://user:pass@localhost:port/db 2> /dev/nullI woul like to get just the query results.