https://github.com/willis7/keywords-toupper
Convert SQL keywords to uppercase
https://github.com/willis7/keywords-toupper
Last synced: 12 months ago
JSON representation
Convert SQL keywords to uppercase
- Host: GitHub
- URL: https://github.com/willis7/keywords-toupper
- Owner: willis7
- Created: 2018-11-26T20:25:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T20:26:04.000Z (over 7 years ago)
- Last Synced: 2025-04-13T16:59:49.498Z (about 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL KEYWORDS TO UPPER
Simple app to convert SQL keywords to uppercase.
## Build
go build -o keywords main.go
## Run
cat file.sql | ./keywords