docs: fix nitpicks in mysql and oracle docs

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8367
Co-authored-by: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com>
GitOrigin-RevId: 319af3d3a621a6d49720f2cbb1fe38074b7646b6
This commit is contained in:
Rikin Kachhia 2023-03-20 12:43:22 +05:30 committed by hasura-bot
parent e9c697aaa9
commit 0a1656b0b8
7 changed files with 21 additions and 4 deletions

View File

@ -37,6 +37,10 @@ the easiest way to set up Hasura Engine and the MySQL GraphQL Data Connector.
Hasura currently supports queries, mutations (INSERT, UPDATE, DELETE), table relationships and permissions on MySQL.
Note that Hasura doesn't yet support the ability to modify the database schema for MySQL, so the database you
connect to should already contain tables and data. You should also ideally have access to it outside of Hasura to
modify the schema.
:::
## Try it out

View File

@ -40,6 +40,10 @@ MySQL GraphQL Data Connector.
Hasura currently supports queries, mutations (INSERT, UPDATE, DELETE), table relationships and permissions on MySQL.
Note that Hasura doesn't yet support the ability to modify the database schema for MySQL, so the database you
connect to should already contain tables and data. You should also ideally have access to it outside of Hasura to
modify the schema.
:::
## Deploying Hasura Enterprise with Docker

View File

@ -39,6 +39,10 @@ To get started with MySQL, check out our [Getting Started with Docker](/database
Hasura currently supports queries, mutations (INSERT, UPDATE, DELETE), table relationships and permissions on MySQL.
Note that Hasura doesn't yet support the ability to modify the database schema for MySQL, so the database you
connect to should already contain tables and data. You should also ideally have access to it outside of Hasura to
modify the schema.
:::
:::warning Deprecation Notice
@ -51,7 +55,6 @@ new implementation built using our [GraphQL Data Connectors](https://hasura.io/b
## Coming soon for MySQL
- [Remote relationships](/remote-schemas/remote-relationships/index.mdx)
- [Mutations](/mutations/overview.mdx)
- [Subscriptions](/subscriptions/overview.mdx)
- [Event triggers](/event-triggers/overview.mdx)

View File

@ -34,7 +34,7 @@ This guide will help you get set up with [Hasura Cloud](/hasura-cloud/overview.m
Hasura currently supports queries, table relationships and permissions on Oracle.
Note that Hasura doesn't yet support the ability to modify the database schema, so the database you
Note that Hasura doesn't yet support the ability to modify the database schema for Oracle, so the database you
connect to should already contain tables and data. You should also ideally have access to it outside of Hasura to
modify the schema.

View File

@ -38,7 +38,7 @@ Oracle GraphQL Data Connector.
Hasura currently supports queries, table relationships and permissions on Oracle.
Note that Hasura doesn't yet support the ability to modify the database schema, so the database you
Note that Hasura doesn't yet support the ability to modify the database schema for Oracle, so the database you
connect to should already contain tables and data. You should also ideally have access to it outside of Hasura to
modify the schema.

View File

@ -39,7 +39,7 @@ To get started with Oracle:
Hasura currently supports queries, table relationships and permissions on Oracle.
Note that Hasura doesn't yet support the ability to modify the database schema, so the database you
Note that Hasura doesn't yet support the ability to modify the database schema for Oracle, so the database you
connect to should already contain tables and data. You should also ideally have access to it outside of Hasura to
modify the schema.

View File

@ -80,6 +80,12 @@ import Enterprise from '@site/static/icons/features/enterprise.svg';
<p>Learn how to connect Hasura to MySQL using Hasura Enterprise Edition.</p>
</div>
</VersionedLink>
<VersionedLink to="/databases/oracle/index/">
<div className="card">
<h3>Oracle</h3>
<p>Learn how to connect Hasura to Oracle using Hasura Enterprise Edition.</p>
</div>
</VersionedLink>
<h2 style={{ gridColumn: `1 / -1`, marginTop: `1.2rem`, marginBottom: `.3rem`, justifySelf: `start`, fontSize: `1.8rem` }}>Performance</h2>
<VersionedLink to="/queries/response-caching/">
<div className="card">