RepoDB
RepoDB copied to clipboard
How to implement global filter?
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?
I'm not sure, but you can use the statementbuilder to do this.
https://repodb.net/extensibility/statementbuilder#usability