Sergii Stotskyi

Results 239 comments of Sergii Stotskyi

casl@5 has been just released. All packages and docs are updated. **SQL support** is coming...

Yes, it’s possible. Also you can manually plug @ucast/sql to get some semi-basic functionality to transform casl rules to sql

It’s not battle tested yet. Don’t have enough time to do this. That’s why there is no docs

Guys, I proud to say CASL is now officially supports [Prisma](https://prisma.io/). So, anyone who uses prisma as ORM can try to use `@casl/prisma` and provide feedback

Hi @natepelzel Use @ucast/sql@alpha version to test integration with mikro-orm. there is a subpackage @ucast/sql/mikro-orm which exposes this functionality. There are some edge cases in objection.js integration which might be...

@JaneJeon this is not true. I’ve never said that. Despite the fact there is no update on the work it doesn’t mean that you can use this thread to promote...

Need to check what is in this course https://codecourse.com/watch/vue-roles-and-permissions?part=using-casl-with-vue

FAQ will be represented as a cookbook in the new docs

empty conditions object behavior: ```ts { "subject": "Financial", "action": "read", "fields": [ "salary", "taxcode" ], conditions: {} }, { "subject": "Financial", "action": "read", "inverted": true, "fields": [ “salary" ], conditions:...

Hey, the minimal example on its way but has a low priority :) casl /prisma does 2 things: 1. It provides custom PrismaAbility that is configured to use prisma query...