Iheb Draouil

Iheb Draouil

I have a few os libraries in the making
SqlKata
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.

What's great

flexibility (1)performance (1)sql injection protection (1)custom type mapping (1)