Skip to content

Commit

Permalink
Merge pull request #99 from vanillajonathan/patch-1
Browse files Browse the repository at this point in the history
Add prqlc examples
  • Loading branch information
srsudar authored Mar 27, 2023
2 parents fce0a06 + d900d1d commit cf0e53d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions eg/examples/prqlc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# prqlc

run the compiler interactively

prqlc compile


compile a .prql file standard output

prqlc compile file.prql


compile a .prql file to a .sql file

prqlc compile source.prql target.sql


compile a query

echo "from employees | filter has_dog | select salary" | prqlc compile


watch a directory and compile on file modification

prqlc watch path/to/directory


0 comments on commit cf0e53d

Please sign in to comment.