From 12298898adc136726b5abf99f0814c5ba30a4e90 Mon Sep 17 00:00:00 2001 From: Simeon Griggs Date: Wed, 6 May 2026 12:08:55 +0100 Subject: [PATCH 1/3] docs(readme): clarify Vitess/MySQL vs Postgres Co-authored-by: Cursor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 678ec88..0938022 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Learn how to integrate PlanetScale with a sample Symfony application +> **Note:** This tutorial targets PlanetScale Vitess/MySQL (`mysql://` URLs, port `3306`, and Doctrine's MySQL configuration below). PlanetScale also offers managed PostgreSQL; configure Symfony/Doctrine for PostgreSQL when using those databases. For more information and examples, see the [PlanetScale Postgres documentation](https://planetscale.com/docs/postgres). + This sample application demonstrates how to connect to a PlanetScale MySQL database, create and run migrations, seed the database, and display the data. For the full tutorial, see the [Symfony PlanetScale documentation](https://planetscale.com/docs/tutorials/connect-symfony-app). From 9f6323a76575924d460daa6b22b1f3177d86104f Mon Sep 17 00:00:00 2001 From: Simeon Griggs Date: Wed, 6 May 2026 12:12:33 +0100 Subject: [PATCH 2/3] docs(readme): simplify Vitess/MySQL note Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0938022..494de7c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Learn how to integrate PlanetScale with a sample Symfony application -> **Note:** This tutorial targets PlanetScale Vitess/MySQL (`mysql://` URLs, port `3306`, and Doctrine's MySQL configuration below). PlanetScale also offers managed PostgreSQL; configure Symfony/Doctrine for PostgreSQL when using those databases. For more information and examples, see the [PlanetScale Postgres documentation](https://planetscale.com/docs/postgres). +> **Note:** This tutorial targets PlanetScale Vitess/MySQL. PlanetScale also offers managed PostgreSQL. For more information, see the [PlanetScale Postgres documentation](https://planetscale.com/docs/postgres). This sample application demonstrates how to connect to a PlanetScale MySQL database, create and run migrations, seed the database, and display the data. From 946b350a25d8e1c761394ff656ef416b17fce021 Mon Sep 17 00:00:00 2001 From: Simeon Griggs Date: Wed, 6 May 2026 12:14:23 +0100 Subject: [PATCH 3/3] docs(readme): use Postgres instead of PostgreSQL in note Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 494de7c..0e92559 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Learn how to integrate PlanetScale with a sample Symfony application -> **Note:** This tutorial targets PlanetScale Vitess/MySQL. PlanetScale also offers managed PostgreSQL. For more information, see the [PlanetScale Postgres documentation](https://planetscale.com/docs/postgres). +> **Note:** This tutorial targets PlanetScale Vitess/MySQL. PlanetScale also offers managed Postgres. For more information, see the [PlanetScale Postgres documentation](https://planetscale.com/docs/postgres). This sample application demonstrates how to connect to a PlanetScale MySQL database, create and run migrations, seed the database, and display the data.