From 1269652cbcb42d16b90f80fadb77431ae5c9a971 Mon Sep 17 00:00:00 2001 From: Rob Dominguez Date: Tue, 15 Nov 2022 11:33:44 -0600 Subject: [PATCH] docs: remove mysql docs and all references PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6716 GitOrigin-RevId: 3a7ed0e4c8d723a8c10938176a0fab269760e785 --- docs/docs/databases/mysql/getting-started.mdx | 10 +++++++++- docs/docs/databases/mysql/index.mdx | 18 +++++++++--------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/docs/docs/databases/mysql/getting-started.mdx b/docs/docs/databases/mysql/getting-started.mdx index d77d48144ee..5bab6cbc6cd 100644 --- a/docs/docs/databases/mysql/getting-started.mdx +++ b/docs/docs/databases/mysql/getting-started.mdx @@ -14,7 +14,15 @@ import Paperform from '@site/src/components/Paperform'; ## Introduction -We are in the process of launching support for MySQL, and we have a preview available for you to try. +:::info Deprecation Notice + +Our current MySQL implementation is deprecated in favor of a new implementation built using our Data Connectors, to be +released shortly. Check out this [blog post](https://hasura.io/blog/hasura-graphql-data-connectors/) for more +information about Hasura GraphQL Engine Data Connectors. + +If you're currently running Hasura in production with MySQL, please [reach out to us](https://hasura.io/help/)! + +::: :::tip Supported MySQL versions diff --git a/docs/docs/databases/mysql/index.mdx b/docs/docs/databases/mysql/index.mdx index 82c995e5dd5..76b879a3edd 100644 --- a/docs/docs/databases/mysql/index.mdx +++ b/docs/docs/databases/mysql/index.mdx @@ -12,19 +12,19 @@ slug: index ## Introduction -We are in the process of launching support for MySQL, and we have a preview available for you to try. +:::info Deprecation Notice -:::tip Supported MySQL versions +Our current MySQL implementation is deprecated in favor of a new implementation built using our Data Connectors, to be +released shortly. Check out this [blog post](https://hasura.io/blog/hasura-graphql-data-connectors/) for more +information about Hasura GraphQL Engine Data Connectors. -Hasura GraphQL engine currently supports **MySQL 8.0.14 and above**. +If you're currently running Hasura in production with MySQL, please [reach out to us](https://hasura.io/help/)! ::: -[Check out our Getting Started guide for MySQL](/databases/mysql/getting-started.mdx)! +## Resources -:::info Note +- [Check out our Getting Started guide for MySQL](/databases/mysql/getting-started.mdx). -If you're interested in learning more about MySQL, check out -[this tutorial](https://hasura.io/learn/database/mysql/introduction/) from our Learn site. - -::: +- If you're interested in learning more about MySQL, check out + [this tutorial](https://hasura.io/learn/database/mysql/introduction/) from our Learn site.