Utility for CRUD operation based on Dapper ORM. Soruce Code is free on github: https://github.com/Bijan14093/SqlCRUDClass.git This tool does not allow direct queries, only allows View And StoredProcedure. My suggestion is to run queries via StoredProcedure. It takes more work but it gives you a lot of benefits in the future for system maintenance because all the queries are in the database and DBA can easily improve it.
$ dotnet add package SqlCRUDRepositoryNo README available.