RIQL (Reduced Items Query Language) is a small straight forward query parser for all Linq queryables like Entity Framework, Linq2Db, InMemory-Lists, etc.
Info
Version: | 0.7.0 |
Author(s): | Rainer Erismann |
Last Update: | Monday, July 18, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Reris/Riql |
NuGet Url: | https://www.nuget.org/packages/Riql |
Install
Install-Package Riql
dotnet add package Riql
paket add Riql
Riql Download (Unzip the "nupkg" after downloading)
Dependencies
- Antlr4.Runtime.Standard(>= 4.7.2)
- JetBrains.Annotations(>= 2019.1.3)
- Newtonsoft.Json(>= 12.0.2)
Tags