Join Slack
Powered by
Hello there. Do you guys think prisma is the right...
# random
p
pllumh
12/12/2018, 7:43 AM
Hello there. Do you guys think prisma is the right choice, if i need to make more advanced queries ( for different analytics and such .. ), with joins and aggregation methods ? Or does it actually offer the possibility of making raw sql query ?
p
Priyank Patel
12/12/2018, 1:13 PM
This was something that was planned for a Q3 release as stated in this issue thread:
https://github.com/prisma/prisma/issues/1312
but it has been delayed, explanation here:
https://github.com/prisma/prisma/issues/62#issuecomment-438664572
d
dpetrick
12/13/2018, 10:23 AM
Prisma does have a raw queries api by now, you might want to use that one.
p
pllumh
12/13/2018, 8:06 PM
By raw do you mean writing sql queries .. or raw graphql queries ?
@dpetrick
p
Priyank Patel
12/13/2018, 8:10 PM
https://prismagraphql.com/docs/1.22/prisma-graphql-api/reference/raw-database-access-qwe4/
@pllumh
d
dpetrick
12/13/2018, 8:11 PM
Yes that link is correct. I believe it’s only for the SQL connectors at the moment. And yes, it’s raw SQL.
p
pllumh
12/13/2018, 8:12 PM
@Priyank Patel
Thanks !! That great !
Open in Slack
Previous
Next