docs: fix mysql, mariadb, and oracle pages

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10377
GitOrigin-RevId: 81851b38a235f22f6751c4b611d4d158495c1f5a
This commit is contained in:
Rob Dominguez 2023-10-10 14:18:03 -05:00 committed by hasura-bot
parent 9f5a99ea88
commit 76604c6f23
3 changed files with 155 additions and 7 deletions

View File

@ -47,6 +47,159 @@ schema.
:::
## Feature Support
<div className="feature-matrix-tables">
<table>
<tr>
<td>Feature</td>
<td>MariaDB</td>
</tr>
<tr>
<td>Remote Relationships</td>
<td>✅</td>
</tr>
<tr>
<td>Views</td>
<td>✅</td>
</tr>
<tr>
<td>Default Values</td>
<td>✅</td>
</tr>
</table>
### Queries
<table>
<tr>
<td>Feature</td>
<td>MariaDB</td>
</tr>
<tr>
<td>Simple</td>
<td>✅</td>
</tr>
<tr>
<td>Nested Object</td>
<td>✅</td>
</tr>
<tr>
<td>Aggregation</td>
<td>✅</td>
</tr>
<tr>
<td>Filter / Search</td>
<td>✅</td>
</tr>
<tr>
<td>Sort</td>
<td>✅</td>
</tr>
<tr>
<td>Distinct</td>
<td>✅</td>
</tr>
<tr>
<td>Paginate</td>
<td>✅</td>
</tr>
<tr>
<td>Multiple Arguments</td>
<td>✅</td>
</tr>
<tr>
<td>Multiple Queries</td>
<td>✅</td>
</tr>
<tr>
<td>Variables / Aliases / Fragments</td>
<td>✅</td>
</tr>
</table>
### Mutations
<table>
<tr>
<td>Feature</td>
<td>MariaDB</td>
</tr>
<tr>
<td>Insert</td>
<td>✅</td>
</tr>
<tr>
<td>Upsert</td>
<td>❌</td>
</tr>
<tr>
<td>Update</td>
<td>✅</td>
</tr>
<tr>
<td>Delete</td>
<td>✅</td>
</tr>
<tr>
<td>Multiple per Request</td>
<td>✅</td>
</tr>
</table>
### Subscriptions
<table>
<tr>
<td>Feature</td>
<td>MariaDB</td>
</tr>
<tr>
<td>Value of Field</td>
<td>❌</td>
</tr>
<tr>
<td>Updates to Rows</td>
<td>❌</td>
</tr>
<tr>
<td>Value of Derived Field</td>
<td>❌</td>
</tr>
<tr>
<td>Streaming Subscriptions</td>
<td>❌</td>
</tr>
</table>
### Event Triggers
<table>
<tr>
<td>Feature</td>
<td>MariaDB</td>
</tr>
<tr>
<td>INSERT</td>
<td>❌</td>
</tr>
<tr>
<td>UPDATE</td>
<td>❌</td>
</tr>
<tr>
<td>DELETE</td>
<td>❌</td>
</tr>
<tr>
<td>MANUAL</td>
<td>❌</td>
</tr>
</table>
</div>
## Coming soon for MariaDB
- [Subscriptions](/subscriptions/overview.mdx)

View File

@ -135,7 +135,7 @@ schema.
</tr>
<tr>
<td>Upsert</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Update</td>

View File

@ -51,7 +51,6 @@ schema.
<div className="feature-matrix-tables">
{' '}
<table>
<tr>
<td>Feature</td>
@ -73,7 +72,6 @@ schema.
### Queries
{' '}
<table>
<tr>
<td>Feature</td>
@ -123,7 +121,6 @@ schema.
### Mutations
{' '}
<table>
<tr>
<td>Feature</td>
@ -135,7 +132,7 @@ schema.
</tr>
<tr>
<td>Upsert</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Update</td>
@ -153,7 +150,6 @@ schema.
### Subscriptions
{' '}
<table>
<tr>
<td>Feature</td>
@ -179,7 +175,6 @@ schema.
### Event Triggers
{' '}
<table>
<tr>
<td>Feature</td>