Opens a new window with list of versions in this module.
Published: Feb 20, 2020 License: BSD-2-Clause-ViewsOpens a new window with license information.
Imports: 8Opens a new window with list of imports.
Imported by: 0Opens a new window with list of known importers.
README ¶ prql ("Prequel"): a command line MySQL syntax checker EXAMPLE$ prql examples
examples/apples.sql:2: syntax error at byte position 17 near 'SEL'
See prql -help
for more options.
https://github.com/mcandre/prql/releases
API DOCUMENTATIONhttps://godoc.org/github.com/mcandre/prql
MAJOR FEATURES$ find examples -type f -name '*.sql' -print0 |
while IFS= read -r -d '' f; do
prql "$f" || exit 1
done
examples/apples.sql:2: syntax error at byte position 17 near 'SEL'
RUNTIME REQUIREMENTS
See DEVELOPMENT.md.
LICENSEFreeBSD
CREDITSVersion is semver.
This section is empty.
Prql recursively scans a directory or file path for SQL scripts. On successful parsing of all files, returns nil. Otherwise, returns a parse error.
This section is empty.
Source Files ¶ Directories ¶Click to show internal directories.
Click to hide internal directories.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4