Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
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
6 changes: 3 additions & 3 deletions docs/sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ If you're interested in the architecture, provisioning, or deployment steps, the
<Note>
SQL databases are currently in preview and only support PostgreSql deployed to
AWS using the <br className="hidden lg:block" />
`nitric/aws` and `nitric/awstf` providers or Azure with the `nitric/azure`
provider.
`nitric/aws` and `nitric/awstf` providers, GCP with the `nitric/azure`
provider, or Azure with the `nitric/azure` provider.
</Note>

<Note>
Expand Down Expand Up @@ -344,7 +344,7 @@ Guides are available for some of these alternatives in the [guides section](/gui
Each cloud provider comes with a set of default services used when deploying resources. You can find the default services for each cloud provider below.

- [AWS](/providers/mappings/aws/sql)
- Azure - Not implemented
- [Azure](/providers/mappings/azure/sql)
- [Google Cloud](/providers/mappings/gcp/sql)

If you need support for additional clouds, let us know by [opening an issue](https://github.com/nitrictech/nitric/issues) or joining the conversation on [Discord](https://nitric.io/chat).
Loading