Sergii Stotskyi

Results 239 comments of Sergii Stotskyi

Hi @ujwal-setlur , You said that can help with mikro-orm integration. Do you still have desire to help? If so, please check the issue - https://github.com/stalniy/ucast/issues/5 **Update**: for those who...

Hi everybody, Just some awesome updates regarding work towards SQL support in CASL: Thanks to outstanding contribution of @otaviosoares, I've published the first version of [@ucast/objection]() library that helps to...

I'm working on v5 in `next` branch, and plan to publish prerelease version today or tomorrow. So, all feedback is very welcome

@ShallmentMo release 5.0.0 in next channel. It uses `@ucast/mongo2js` library instead of siftjs. The gist how to use objection with CASL right now can be found [here](https://gist.github.com/stalniy/b710d65ac8a6c15f37a435c910624ef7). It's raw however....

Guys, we are now very close to have support for SQL! I've just published alpha version of [@ucast/sql](https://www.npmjs.com/package/@ucast/sql) that unifies integration of ucast with 4 major JavaScript ORMS (sequelize, objection,...

@GuskiS, in knex we can’t do auto join. So, you can just use @ucast/sql +casl + knex.raw (or knex().whereRaw

> @stalniy Can't wait to use this. You said TypeORM is supported, but I can't see it in docs? Supported. No worries :) I’ll update readme later. I’m finishing other...

Any suggestions regarding API for integration with sequelize and typeorm is very welcome. What I have so far is: ## What I plan to implement - **@casl/sql/objection** exports: - `AccessibleRecordsQueryBuilder`...

not yet. There are several pre-releases for casl v5. It's finished but I plan to create `@casl/sql` based on `@casl/ability` v5 prerelease and `@ucast/sql` prerelease to ensure that they work...

Thank you @veryeasily for the thoughtful comment! 1. Mixin - ok 2. `withGraphFetched` won’t work out of the box. Because the root entity is `Post` and `accessibleBy` gets rules for...