diff --git a/content/200-concepts/100-components/drivers.mdx b/content/200-concepts/100-components/database-drivers.mdx similarity index 97% rename from content/200-concepts/100-components/drivers.mdx rename to content/200-concepts/100-components/database-drivers.mdx index e5b18d35e9..6d7a022377 100644 --- a/content/200-concepts/100-components/drivers.mdx +++ b/content/200-concepts/100-components/database-drivers.mdx @@ -1,6 +1,6 @@ --- -title: 'Drivers' -metaTitle: 'Drivers' +title: 'Database drivers' +metaTitle: 'Database drivers' metaDescription: 'Learn how Prisma connects to your database using the built-in drivers and how you can use Prisma along with other JavaScript database drivers using driver adapters (Preview)' tocDepth: 4 ---