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
6 changes: 5 additions & 1 deletion docs/quickstarts/railway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ While Railway offers built-in PostgreSQL templates, this page shows you how to u

![Branch overview](assets/images/branch-overview.png)

3. In the Railway Marketplace you can find the following Xata specific template:
3. In the Railway Marketplace you can find the following Xata specific templates:

* [Xata PostgreSQL for Node.js and Drizzle](https://railway.com/deploy/xata-postgresql-nodejs-drizzle?utm_medium=integration&utm_source=docs&utm_campaign=xata)
* [Xata PostgreSQL for Django](https://railway.com/deploy/xata-postgresql-django?utm_medium=integration&utm_source=docs&utm_campaign=xata)


4. Click **Deploy Now** in the template page.
5. In the creation modal, use the connection string from step 2 as the `DATABASE_URL` setting.
Expand All @@ -34,6 +36,8 @@ While Railway offers built-in PostgreSQL templates, this page shows you how to u

![Railway template success](assets/images/railway-template-success.png)

Note: The above screenshot is from the Node.js template. The other templates have a different success screen.


## Add Xata PostgreSQL to your existing Railway project

Expand Down