Skip to content

Commit

Permalink
update readme.md docs
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes authored Mar 2, 2024
1 parent 6226181 commit 20c91bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Check out our template [here](https://github.com/quarylabs/template) of an examp
```shell
mkdir example # create an empty project folder
cd example
quary init # initialise the folder with a sample project
quary compile # checks that everything compiles correctly. I.e. all the SQL references are correct.
quary test -s # runs the tests defined in the .yaml files
quary build # compiles the SQL and executes it against the current target database.
quary init # initialize demo project with sample seeds & models inside current directory
quary compile # validate the project structure and model references without database
quary test -s # run defined tests against target database
quary build # build and execute the model views/seeds against target database
```

Note that you will most likely want to use our [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=Quary.quary-extension)
Expand Down

0 comments on commit 20c91bb

Please sign in to comment.