Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/guides/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ To create a project from the command line, follow these steps:
1. Once you have activated your environment, run the following command and SQLMesh will build out your project:

```bash
sqlmesh init
sqlmesh init [SQL_DIALECT]
```

In the command above, you can use any [SQL dialect supported by sqlglot](https://sqlglot.com/sqlglot/dialects.html), for example "duckdb".

The following directories and files will be created that you can use to organize your SQLMesh project:

- config.py (database configuration file)
Expand Down