|
1 | 1 | <p align="center"> |
2 | 2 | <strong>SqlKata Query Builder</strong> |
3 | 3 | </p> |
4 | | - |
5 | 4 | <p align="center"> |
6 | 5 | <img src="https://github.com/sqlkata/querybuilder/actions/workflows/build.yml/badge.svg"> |
7 | 6 | <a href="https://www.nuget.org/packages/SqlKata"><img src="https://img.shields.io/nuget/vpre/SqlKata.svg"></a> |
8 | 7 | <a href="https://github.com/sqlkata/querybuilder/network/members"><img src="https://img.shields.io/github/forks/sqlkata/querybuilder"></a> |
9 | 8 | <a href="https://github.com/sqlkata/querybuilder/stargazers"><img src="https://img.shields.io/github/stars/sqlkata/querybuilder"></a> |
10 | | - <a href="https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsqlkata%2Fquerybuilder"><img alt="Twitter" src="https://img.shields.io/twitter/url?label=Tweet%20about%20SqlKata&style=social&url=https%3A%2F%2Fgithub.com%2Fsqlkata%2Fquerybuilder"></a> |
| 9 | +<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> |
| 10 | +<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square" alt="All Contributors"></a> |
| 11 | +<!-- ALL-CONTRIBUTORS-BADGE:END --> |
| 12 | + <a href="https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsqlkata%2Fquerybuilder"><img alt="Twitter" src="https://img.shields.io/twitter/url?label=Tweet%20about%20SqlKata&style=social&url=https%3A%2F%2Fgithub.com%2Fsqlkata%2Fquerybuilder"></a> |
11 | 13 | </p> |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
| 17 | + |
| 18 | + |
15 | 19 | > **WE ARE NOT ACCEPTING NEW COMPILERS, if you want to add your own compiler, we recommend to create a separate repo like SqlKata-Oracle** |
16 | 20 |
|
17 | 21 | Follow <a href="https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsqlkata%2Fquerybuilder"><img alt="Twitter" src="https://img.shields.io/twitter/url?label=%40ahmadmuzavi&style=social&url=https%3A%2F%2Ftwitter.com%2Fahmadmuzavi"></a> for the latest updates about SqlKata. |
@@ -162,3 +166,23 @@ int affected = db.Query("Users").Where("Id", 1).Update(new { |
162 | 166 | ```cs |
163 | 167 | int affected = db.Query("Users").Where("Id", 1).Delete(); |
164 | 168 | ``` |
| 169 | + |
| 170 | +## Contributors ✨ |
| 171 | + |
| 172 | +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): |
| 173 | + |
| 174 | +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> |
| 175 | +<!-- prettier-ignore-start --> |
| 176 | +<!-- markdownlint-disable --> |
| 177 | +<table> |
| 178 | + <tr> |
| 179 | + <td align="center"><a href="https://github.com/mnsrulz"><img src="https://avatars.githubusercontent.com/u/1809086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>mnsrulz</b></sub></a><br /><a href="https://github.com/sqlkata/querybuilder/commits?author=mnsrulz" title="Code">💻</a></td> |
| 180 | + </tr> |
| 181 | +</table> |
| 182 | + |
| 183 | +<!-- markdownlint-restore --> |
| 184 | +<!-- prettier-ignore-end --> |
| 185 | + |
| 186 | +<!-- ALL-CONTRIBUTORS-LIST:END --> |
| 187 | + |
| 188 | +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! |
0 commit comments