Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions content/04-postgresql/03-5-ways-to-host-postgresql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,14 @@ An alternative to purchasing databases directly from your cloud provider, you ca
| **Management complexity** | Low |
| **Additional notes** | Third party managed databases have many of <br/> the same benefits as cloud provided databases. <br/> However, by managing your databases through <br/> a third party, you can decouple the database <br/> management from the underlying cloud provider. <br/> This can make it easier to migrate to a different <br/> host in the future and can sometimes allow for <br/> 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

The following third-party providers offer managed PostgreSQL databases that you can purchase, configure, and scale as your needs require:

- [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/)

Expand Down
6 changes: 3 additions & 3 deletions content/04-postgresql/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
6 changes: 3 additions & 3 deletions content/05-mysql/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
6 changes: 3 additions & 3 deletions content/06-sqlite/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
6 changes: 3 additions & 3 deletions content/07-mssql/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
6 changes: 3 additions & 3 deletions content/08-mongodb/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down