docs: Stop saying native queries is EE/Cloud only

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9796
GitOrigin-RevId: 84d5c4e4658151e060bdb3c1b227fc3467a8f50d
This commit is contained in:
Daniel Chambers 2023-07-07 20:57:02 +10:00 committed by hasura-bot
parent 7f2fa266e6
commit 9cbd29a987

View File

@ -47,9 +47,6 @@ You might find Native Queries useful for many reasons:
- Write a compatibility layer around tables, making it easier to change your API without breaking existing clients. - Write a compatibility layer around tables, making it easier to change your API without breaking existing clients.
- Reduce duplication by moving common data manipulation into one place. - Reduce duplication by moving common data manipulation into one place.
Native Queries are a Cloud and Enterprise feature of Hasura. Users of Hasura Open-Source can achieve the same goals by
[creating and tracking SQL functions](/schema/postgres/custom-functions.mdx).
:::info Supported features :::info Supported features
Currently, Hasura aggregations are not supported, but you can write the aggregation yourself as part of the query. Currently, Hasura aggregations are not supported, but you can write the aggregation yourself as part of the query.