From fdd6103d575a99581c5d9bfe7be9cfc640dece6a Mon Sep 17 00:00:00 2001 From: Ahmad Moussawi Date: Mon, 5 Sep 2022 10:34:23 +0300 Subject: [PATCH] Add Product Hunt Badge --- README.md | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 649a7e8b..02b09223 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,17 @@

- - - -> **WE ARE NOT ACCEPTING NEW COMPILERS, if you want to add your own compiler, we recommend to create a separate repo like SqlKata-Oracle** - -Follow Twitter for the latest updates about SqlKata. +

+Follow and Upvote SqlKata on Product Hunt to encourage the development of this project +

+

+SqlKata - Dynamic Sql query builder for dotnet | Product Hunt +

![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 SqlKata - Dynamic Sql query builder for dotnet | Product Hunt +- You can also donate to support the project financily on open collection.