From fdd6103d575a99581c5d9bfe7be9cfc640dece6a Mon Sep 17 00:00:00 2001
From: Ahmad Moussawi
+Follow and Upvote SqlKata on Product Hunt to encourage the development of this project +
+ ![Quick Demo](https://i.imgur.com/jOWD4vk.gif) - SqlKata Query Builder is a powerful Sql Query Builder written in C#. It's secure and framework agnostic. Inspired by the top Query Builders available, like Laravel Query Builder, and Knex. @@ -38,14 +37,9 @@ Checkout the full documentation on [https://sqlkata.com](https://sqlkata.com) ## Installation -using dotnet cli ```sh $ dotnet add package SqlKata -``` - -using Nuget Package Manager -```sh -PM> Install-Package SqlKata +$ dotnet add package SqlKata.Execution # (optional) If you want the execution support ``` @@ -162,4 +156,19 @@ int affected = db.Query("Users").Where("Id", 1).Update(new { ```cs int affected = db.Query("Users").Where("Id", 1).Delete(); -``` \ No newline at end of file +``` + +## FAQ +### How to know when a new release or a feature is available? +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 + +### The database that I want is not supported why? +Usually it's impossible to support all available database vendors, this why we focus on the major ones, and we are encourage you to create your own compiler for your database + +### Do you accept new compilers? +Unfortunetly no, the reason is this will add overhead for the project contributors, we prefer to improve the quality of the existing compilers instead + +### How can I support the project? +- Star the project here in Github, and share it with your friends +- Follow and upvote it on Product Hunt +- You can also donate to support the project financily on open collection.