Docs: Oracle into Alpha with mutations

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8632
GitOrigin-RevId: b6751b53e6fba1a7707472a838031de24e05ba8a
This commit is contained in:
Sean Park-Ross 2023-04-13 17:30:30 +02:00 committed by hasura-bot
parent e682868350
commit ef5377a09e
4 changed files with 31 additions and 7 deletions

View File

@ -25,14 +25,15 @@ This guide will help you get set up with [Hasura Cloud](/hasura-cloud/overview.m
:::tip Supported versions :::tip Supported versions
1. Hasura GraphQL Engine `v2.21.0` onwards 1. Hasura GraphQL Engine `v2.23.0` onwards
2. Oracle version 18.0 and higher 2. Oracle version 18.0 and higher
::: :::
:::tip Alpha version supported features :::tip Alpha version supported features
Hasura currently supports queries, mutations (INSERT, UPDATE, DELETE), table relationships, remote relationships and permissions on Oracle. Hasura currently supports queries, mutations (INSERT, UPDATE, DELETE), table relationships, remote relationships and
permissions on Oracle.
Note that Hasura doesn't yet support the ability to modify the database schema for Oracle, 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 connect to should already contain tables and data. You should also ideally have access to it outside of Hasura to
@ -87,4 +88,4 @@ If you'd like to stay informed about the status of Oracle support, subscribe to
Discord! Discord!
- [Join the newsletter list](https://hasura.io/newsletter/) - [Join the newsletter list](https://hasura.io/newsletter/)
- [Join the Hasura Discord](https://discord.com/invite/hasura) - [Join the Hasura Discord](https://discord.com/invite/hasura)

View File

@ -29,7 +29,7 @@ Oracle GraphQL Data Connector.
:::tip Supported versions :::tip Supported versions
1. Hasura GraphQL Engine `v2.21.0` onwards 1. Hasura GraphQL Engine `v2.23.0` onwards
2. Oracle version 18.0 and higher 2. Oracle version 18.0 and higher
::: :::

View File

@ -30,14 +30,15 @@ To get started with Oracle:
:::tip Supported versions :::tip Supported versions
1. Hasura GraphQL Engine `v2.21.0` onwards 1. Hasura GraphQL Engine `v2.23.0` onwards
2. Oracle version 18.0 and higher 2. Oracle version 18.0 and higher
::: :::
:::tip Alpha version supported features :::tip Alpha version supported features
Hasura currently supports queries, mutations (INSERT, UPDATE, DELETE), table relationships, remote relationships and permissions on Oracle. Hasura currently supports queries, mutations (INSERT, UPDATE, DELETE), table relationships, remote relationships and
permissions on Oracle.
Note that Hasura doesn't yet support the ability to modify the database schema for Oracle, 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 connect to should already contain tables and data. You should also ideally have access to it outside of Hasura to
@ -48,4 +49,4 @@ modify the schema.
## Coming soon for Oracle ## Coming soon for Oracle
- [Subscriptions](/subscriptions/overview.mdx) - [Subscriptions](/subscriptions/overview.mdx)
- [Event triggers](/event-triggers/overview.mdx) - [Event triggers](/event-triggers/overview.mdx)

View File

@ -47,6 +47,28 @@
} }
} }
} }
.theme-doc-sidebar-item-category.beta-cat {
.menu__list-item-collapsible {
.menu__link {
position: relative;
&:after {
content: "Beta";
font-size: 0.7rem;
font-weight: normal;
margin-left: 5px;
color: white;
padding: 2px 5px;
border-radius: 5px;
min-height: unset;
width: unset;
height: unset;
background: none;
background-color: var(--ifm-color-gray-600);
transform: none;
}
}
}
}
} }
// Menu badge style for beta docs // Menu badge style for beta docs