Overview of Dommel CRUD operations
masterDommel simplifies CRUD (Create, Read, Update, Delete) operations by providing extension methods for the IDbConnection interface. It uses Dapper for query execution and object mapping.
Key features include:
- Automatic SQL Generation: Queries are generated based on your POCO (Plain Old CLR Object) entities.
- LINQ Support: LINQ expressions are translated into SQL expressions for querying.
- Extensibility: You can customize how table names, column names, key properties, and POCO properties are resolved.