I am using it, and I like it a lot!
I even build my own facade on top of it with generic types and expressions.
I hope this product does continue development
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.