RepoDB icon indicating copy to clipboard operation
RepoDB copied to clipboard

How to implement global filter?

Open md-tayeb-himel opened this issue 2 years ago • 1 comments

I want to implement a global filter-like entity framework in Repodb. The reason I want to implement it is that I don't want to write where isDelete = 'false' everywhere.

Is it possible to implement something like this in RepoDb or do you have any plan to implement it in the future?

md-tayeb-himel avatar Nov 20 '22 08:11 md-tayeb-himel

I'm not sure, but you can use the statementbuilder to do this.

https://repodb.net/extensibility/statementbuilder#usability

marciogoularte avatar May 12 '24 11:05 marciogoularte