Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ScoreCommand): Read SQL from standard input if available
- Add functionality to read SQL statements from standard input. - Check if standard input has data before processing. - Trim and close the standard input stream after reading. - This change allows users to provide SQL queries directly via stdin.
- Loading branch information