Skip to content

Commit fcf64ad

Browse files
Update README.md
1 parent e9590ca commit fcf64ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323

2424
SqlKata Query Builder is a powerful Sql Query Builder written in C#.
2525

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.
2727

2828
SqlKata has an expressive API. it follows a clean naming convention, which is very similar to the SQL syntax.
2929

3030
By providing a level of abstraction over the supported database engines, that allows you to work with multiple databases with the same unified API.
3131

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.
3333

3434
The SqlKata.Execution package provides the ability to submit the queries to the database, using [Dapper](https://github.com/StackExchange/Dapper) under the covers.
3535

@@ -160,15 +160,15 @@ int affected = db.Query("Users").Where("Id", 1).Delete();
160160

161161
## FAQ
162162
### 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
164164

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.
167167

168168
### 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.
170170

171171
### How can I support the project?
172172
- Star the project here in Github, and share it with your friends
173173
- 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&#0032;Sql&#0032;query&#0032;builder&#0032;for&#0032;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

Comments
 (0)