From 8e30e6e67898972ad6dca7dfff13fc41218d36e8 Mon Sep 17 00:00:00 2001 From: Tudor Golubenco Date: Thu, 4 Sep 2025 11:42:02 -0700 Subject: [PATCH] Add utm params for railway links --- docs/quickstarts/railway.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstarts/railway.mdx b/docs/quickstarts/railway.mdx index b9ed01f..7d4c51b 100644 --- a/docs/quickstarts/railway.mdx +++ b/docs/quickstarts/railway.mdx @@ -5,7 +5,7 @@ description: "Learn how to connect your Railway project with a Xata PostgreSQL d ## What is Railway -[Railway](https://railway.com/) is Platform as a Service (PaaS) that supports almost any application stack or open-source framework. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it. +[Railway](https://railway.com?utm_medium=integration&utm_source=docs&utm_campaign=xata) is Platform as a Service (PaaS) that supports almost any application stack or open-source framework. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it. While Railway offers built-in PostgreSQL templates, this page shows you how to use Xata as a full-managed PostgreSQL service for Railway. @@ -23,7 +23,7 @@ While Railway offers built-in PostgreSQL templates, this page shows you how to u 3. In the Railway Marketplace you can find the following Xata specific template: -* [Xata PostgreSQL for Node.js and Drizzle](https://railway.com/deploy/xata-postgresql-nodejs-drizzle) +* [Xata PostgreSQL for Node.js and Drizzle](https://railway.com/deploy/xata-postgresql-nodejs-drizzle?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.