Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit d7c0e77

Browse files
Apply suggestions from code review
Co-authored-by: Ryan Cartwright <[email protected]>
1 parent 76adea6 commit d7c0e77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/guides/nodejs/nitric-and-pgsql.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: 'How to work with Nitric SQL Databases using PostgreSQL'
33
tags:
4-
- Databases
4+
- Databases & CMS
55
languages:
66
- typescript
77
- javascript
@@ -13,8 +13,7 @@ published_at: 2025-03-18
1313
This guide demonstrates how to use PostgreSQL with Nitric's [SQL database](/sql) feature. We will be creating a simple to-do app. The finished source can be found [here](https://github.com/nitrictech/examples/tree/main/v1/nitric-pgsql).
1414

1515
<Note>
16-
SQL databases are currently in preview and only support PostgreSQL deployed to
17-
AWS.
16+
SQL databases are currently in preview and only support PostgreSQL.
1817
</Note>
1918

2019
## Create a new Nitric project

0 commit comments

Comments
 (0)