Hacker News new | ask | show | jobs
by wasd 1881 days ago
How's the support for window functions? One thing I like about ActiveRecord is it's lazily evaluated and you compose queries. You can do p = Post.where(published: true); if x; p.where(x: true). Is that supported?

Checked here for window function support. https://www.prisma.io/docs/concepts/components/prisma-client...