We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d4d9c commit cfe3033Copy full SHA for cfe3033
1 file changed
docs/tutorials/getting-started-postgresql.md
@@ -32,6 +32,7 @@ following contents:
32
```yaml
33
version: "2"
34
cloud:
35
+ # Replace <PROJECT_ID> with your project ID from the sqlc Cloud dashboard
36
project: "<PROJECT_ID>"
37
sql:
38
- engine: "postgresql"
@@ -46,6 +47,9 @@ sql:
46
47
sql_package: "pgx/v5"
48
```
49
50
+Replace `<PROJECT_ID>` with your project ID from the sqlc Cloud dashboard. It
51
+will look something like `01HA8SZH31HKYE9RR3N3N3TSJM`.
52
+
53
And finally, set the `SQLC_AUTH_TOKEN` environment variable:
54
55
```shell
0 commit comments