From 6d2bfd1aeaa6cb0ca967f3ffb569bfcdefdf8503 Mon Sep 17 00:00:00 2001
From: Julie M <70962362+meletj@users.noreply.github.com>
Date: Wed, 7 Aug 2024 11:18:13 +0200
Subject: [PATCH 1/8] update content for SEO
---
content/04-postgresql/index.mdx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/04-postgresql/index.mdx b/content/04-postgresql/index.mdx
index 1b095569..957f1a68 100644
--- a/content/04-postgresql/index.mdx
+++ b/content/04-postgresql/index.mdx
@@ -1,7 +1,7 @@
---
-title: 'PostgreSQL'
-metaTitle: "PostgreSQL | Prisma's Data Guide"
-metaDescription: 'PostgreSQL'
+title: 'Guide to PostgreSQL'
+metaTitle: "Guide to PostgreSQL | Prisma's Data Guide"
+metaDescription: 'Learn how to configure and use PostgreSQL to take advantage of its best features.'
toc: false
---
From ece81d9362984bd45ea6c8f57af925462d464c5c Mon Sep 17 00:00:00 2001
From: Julie M <70962362+meletj@users.noreply.github.com>
Date: Wed, 7 Aug 2024 11:22:29 +0200
Subject: [PATCH 2/8] remove elephantsql
---
content/04-postgresql/03-5-ways-to-host-postgresql.mdx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/content/04-postgresql/03-5-ways-to-host-postgresql.mdx b/content/04-postgresql/03-5-ways-to-host-postgresql.mdx
index 00919f00..bff3a393 100644
--- a/content/04-postgresql/03-5-ways-to-host-postgresql.mdx
+++ b/content/04-postgresql/03-5-ways-to-host-postgresql.mdx
@@ -211,7 +211,7 @@ An alternative to purchasing databases directly from your cloud provider, you ca
| **Management complexity** | Low |
| **Additional notes** | Third party managed databases have many of
the same benefits as cloud provided databases.
However, by managing your databases through
a third party, you can decouple the database
management from the underlying cloud provider.
This can make it easier to migrate to a different
host in the future and can sometimes allow for
more powerful management options. |
-Databases managed by a third party provider often use the same fundamental components as those offered by cloud providers themselves. However, third party providers often work with multiple clouds, spin up resources in your account, and often give you lower-level access if you desire. Instead of using the databases provided by a cloud provider, the service will start up virtual servers on the provider and install and configure PostgreSQL using these. They can tune settings on the operating system and provide you access to the server hosting your instances. An example of third party PostgreSQL providers is [ElephantSQL](https://www.elephantsql.com/), which currently can manage instances in [four different clouds](https://www.elephantsql.com/plans.html#regions).
+Databases managed by a third-party provider often use the same fundamental components as those offered by cloud providers themselves. However, third-party providers often work with multiple clouds, spin up resources in your account, and often give you lower-level access if you desire. Instead of using the databases provided by a cloud provider, the service will start up virtual servers on the provider and install and configure PostgreSQL using these. They can tune settings on the operating system and provide you access to the server hosting your instances.
#### Third-party offerings
@@ -219,7 +219,6 @@ The following third-party providers offer managed PostgreSQL databases that you
- [Aiven](https://aiven.io/postgresql)
- [Compose](https://www.compose.com/databases/postgresql)
-- [ElephantSQL](https://www.elephantsql.com/)
- [Database Labs](https://www.databaselabs.io/pricing/)
- [ScaleGrid](https://scalegrid.io/postgresql/)
From a27b349d092013a0d506a7579d3c15acdf55c3b4 Mon Sep 17 00:00:00 2001
From: Julie M <70962362+meletj@users.noreply.github.com>
Date: Wed, 7 Aug 2024 11:26:58 +0200
Subject: [PATCH 3/8] Update index.mdx
---
content/05-mysql/index.mdx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/05-mysql/index.mdx b/content/05-mysql/index.mdx
index 5c0db724..b00083ee 100644
--- a/content/05-mysql/index.mdx
+++ b/content/05-mysql/index.mdx
@@ -1,7 +1,7 @@
---
-title: 'MySQL'
-metaTitle: "MySQL | Prisma's Data Guide"
-metaDescription: 'MySQL'
+title: 'Guide to MySQL'
+metaTitle: "Guide to MySQL | Prisma's Data Guide"
+metaDescription: ' Learn how to take advantage of MySQL's features for your project or website.'
toc: false
---
From e96e733d631282fa62791486cdf8966ce029a7c0 Mon Sep 17 00:00:00 2001
From: Julie M <70962362+meletj@users.noreply.github.com>
Date: Wed, 7 Aug 2024 11:27:32 +0200
Subject: [PATCH 4/8] Update index.mdx
---
content/06-sqlite/index.mdx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/06-sqlite/index.mdx b/content/06-sqlite/index.mdx
index d7cbf7f8..c7bb3517 100644
--- a/content/06-sqlite/index.mdx
+++ b/content/06-sqlite/index.mdx
@@ -1,7 +1,7 @@
---
-title: 'SQLite'
-metaTitle: "SQLite | Prisma's Data Guide"
-metaDescription: 'SQLite'
+title: 'Guide to SQLite'
+metaTitle: "Guide to SQLite | Prisma's Data Guide"
+metaDescription: 'Learn how to care for your application's data using SQLite's data management capabilities.'
toc: false
---
From 6607627e7b12298b4d1aaa20dae82c90d4a5f894 Mon Sep 17 00:00:00 2001
From: Julie M <70962362+meletj@users.noreply.github.com>
Date: Wed, 7 Aug 2024 11:28:06 +0200
Subject: [PATCH 5/8] Update index.mdx
---
content/07-mssql/index.mdx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/07-mssql/index.mdx b/content/07-mssql/index.mdx
index bc4830ca..c67b62d4 100644
--- a/content/07-mssql/index.mdx
+++ b/content/07-mssql/index.mdx
@@ -1,7 +1,7 @@
---
-title: 'Microsoft SQL Server'
-metaTitle: "Microsoft SQL Server | Prisma's Data Guide"
-metaDescription: 'Microsoft SQL Server'
+title: 'Guide to Microsoft SQL Server'
+metaTitle: "Guide to Microsoft SQL Server | Prisma's Data Guide"
+metaDescription: 'Learn how to take advantage of the benefits offered by Microsoft SQL Server to power your next application.'
toc: false
---
From 3205d12fe630e6115140741b056d5bf69f714dd5 Mon Sep 17 00:00:00 2001
From: Julie M <70962362+meletj@users.noreply.github.com>
Date: Wed, 7 Aug 2024 11:28:25 +0200
Subject: [PATCH 6/8] Update index.mdx
---
content/08-mongodb/index.mdx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/08-mongodb/index.mdx b/content/08-mongodb/index.mdx
index 487c4b2f..d5647b82 100644
--- a/content/08-mongodb/index.mdx
+++ b/content/08-mongodb/index.mdx
@@ -1,7 +1,7 @@
---
-title: 'MongoDB'
-metaTitle: "MongoDB | Prisma's Data Guide"
-metaDescription: 'MongoDB'
+title: 'Guide to MongoDB'
+metaTitle: "Guide to MongoDB | Prisma's Data Guide"
+metaDescription: 'Learn how to use MongoDB to its fullest to take advantage of the performance and features that developers have grown to rely on.'
toc: false
---
From 9b94da6027f7a6d57b552d658e4b8fab208ab993 Mon Sep 17 00:00:00 2001
From: Julie M <70962362+meletj@users.noreply.github.com>
Date: Wed, 7 Aug 2024 11:29:35 +0200
Subject: [PATCH 7/8] Update index.mdx
---
content/05-mysql/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/05-mysql/index.mdx b/content/05-mysql/index.mdx
index b00083ee..a91dfb7b 100644
--- a/content/05-mysql/index.mdx
+++ b/content/05-mysql/index.mdx
@@ -1,7 +1,7 @@
---
title: 'Guide to MySQL'
metaTitle: "Guide to MySQL | Prisma's Data Guide"
-metaDescription: ' Learn how to take advantage of MySQL's features for your project or website.'
+metaDescription: 'Learn how to take advantage of MySQL's features for your project or website.'
toc: false
---
From c90c07a10c87cba05b1856c5690f97e9c7dc8b37 Mon Sep 17 00:00:00 2001
From: Julie M <70962362+meletj@users.noreply.github.com>
Date: Wed, 7 Aug 2024 11:35:11 +0200
Subject: [PATCH 8/8] Update index.mdx