|
23 | 23 |
|
24 | 24 | SqlKata Query Builder is a powerful Sql Query Builder written in C#.
|
25 | 25 |
|
26 |
| -It's secure and framework agnostic. Inspired by the top Query Builders available, like Laravel Query Builder, and Knex. |
| 26 | +It's secure and framework agnostic. Inspired by the top Query Builders available, like Laravel Query Builder and Knex. |
27 | 27 |
|
28 | 28 | SqlKata has an expressive API. it follows a clean naming convention, which is very similar to the SQL syntax.
|
29 | 29 |
|
30 | 30 | By providing a level of abstraction over the supported database engines, that allows you to work with multiple databases with the same unified API.
|
31 | 31 |
|
32 |
| -SqlKata supports complex queries, such as nested conditions, selection from SubQuery, filtering over SubQueries, Conditional Statements and others. Currently it has built-in compilers for SqlServer, MySql, PostgreSql and Firebird. |
| 32 | +SqlKata supports complex queries, such as nested conditions, selection from SubQuery, filtering over SubQueries, Conditional Statements and others. Currently, it has built-in compilers for SqlServer, MySql, PostgreSQL, and Firebird. |
33 | 33 |
|
34 | 34 | The SqlKata.Execution package provides the ability to submit the queries to the database, using [Dapper](https://github.com/StackExchange/Dapper) under the covers.
|
35 | 35 |
|
@@ -160,15 +160,15 @@ int affected = db.Query("Users").Where("Id", 1).Delete();
|
160 | 160 |
|
161 | 161 | ## FAQ
|
162 | 162 | ### How to know when a new release or a feature is available?
|
163 |
| -I announce updates on My [Twitter Account](https://twitter.com/ahmadmuzavi), and you can subscribe to our news letters from the website https://sqlkata.com |
| 163 | +I announce updates on My [Twitter Account](https://twitter.com/ahmadmuzavi), and you can subscribe to our newsletters from the website https://sqlkata.com |
164 | 164 |
|
165 |
| -### The database that I want is not supported why? |
166 |
| -Usually it's impossible to support all available database vendors, this why we focus on the major ones, and we encourage you to create your own compiler for your database. |
| 165 | +### The database that I want is not supported. Why? |
| 166 | +It's impossible to support all available database vendors, this is why we focus on the major ones, and we encourage you to create your own compiler for your database. |
167 | 167 |
|
168 | 168 | ### Do you accept new compilers?
|
169 |
| -Unfortunetly no, the reason is this will add overhead for the project contributors, we prefer to improve the quality of the existing compilers instead. |
| 169 | +Unfortunately, no, the reason is this will add overhead for the project contributors. We prefer to improve the quality of the existing compilers instead. |
170 | 170 |
|
171 | 171 | ### How can I support the project?
|
172 | 172 | - Star the project here in Github, and share it with your friends
|
173 | 173 | - Follow and upvote it on Product Hunt <a href="https://www.producthunt.com/products/sqlkata?utm_source=badge-follow&utm_medium=badge&utm_souce=badge-sqlkata" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/follow.svg?post_id=398417&theme=light&size=small" alt="SqlKata - Dynamic Sql query builder for dotnet | Product Hunt" style="width: 86px; height: 32px;" width="250" height="54" /></a>
|
174 |
| -- You can also donate to support the project financily on open collection. |
| 174 | +- You can also donate to support the project financially on open collection. |
0 commit comments