I want to write database queries that are as close to SQL as possible and this library offers just that. This library also provides:
- Protection against SQL injection as inputs are automatically sanitized.
- Almost raw query performance.
- Freedom to choose between generating the SQL query as a string or executing it (the execution-support package is separate).
- Mapping database query results into to C# custom types.