Brendonovich / prisma-client-rust

Type-safe database access for Rust
https://prisma.brendonovich.dev
Apache License 2.0
1.76k stars 104 forks source link

views preview feature #270

Open brecht-derooms opened 1 year ago

brecht-derooms commented 1 year ago

First of all, thank you for this library, it's amazing!

I do not know how it interacts with Prisma when there are updates to the specification but I was wondering whether preview features like 'views' are A) already possible B) hard to implement. https://www.prisma.io/docs/concepts/components/prisma-schema/views

Since this is often something one has to bypass the ORM for I wanted to test it out and see how easy it is to use.

Brendonovich commented 1 year ago

I don't have any handling for views at the moment, though that could be added. It's not high up the list since it's only a preview feature though.

stefanodecillis commented 2 months ago

Any updates on this? Even in preview, it's becoming very handy and it would be useful working with rust as well

Brendonovich commented 2 months ago

Nah haven't implemented it yet