You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The closest equivalent of group by in the Xata API is summarize.
If no aggregation function is specified in it, summarize returns results as a "distinct" - equivalent to SELECT name FROM "users" GROUP BY name;
In case you need to execute a grouping statement that is not supported by the summarize API, you can instead run SQL. The SQL-over-HTTP API is available in the TypeScript SDK: https://xata.io/docs/sdk/sql/overview#examples
We try to keep the scope of issues in this repo around SDK bugs and enhancement requests. Please consider using discord or contact support for questions!
I see thats very helpful. I love the sdk, of course is missing things like nested inserts (inserting link). And it gives some issues when using cloudflare. (node:buffer not found)
Great work and the platform is very promising. Best of luck
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: