Skip to content

Conversation

@fhur
Copy link
Collaborator

@fhur fhur commented Jul 28, 2024

Why

We need aggregations. We're already seeing the need in Luminovo. For now we just need count so we can count rows.

from('actors')
    .where({status:'active'})
    .groupBy()
    .count()

What changed

What's missing

  • Types are not correct yet

Important

While agg

@vercel
Copy link

vercel bot commented Jul 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
synth-ql-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 29, 2024 7:56am

});
});

test('x', async () => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

Signed-off-by: Jim Ezesinachi <ezesinachijim@gmail.com>
@@ -0,0 +1,147 @@
// ignore type errors in this file
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't merge this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants