jSQL.js
1.0.4
dotnet add package jSQL.js --version 1.0.4
NuGet\Install-Package jSQL.js -Version 1.0.4
<PackageReference Include="jSQL.js" Version="1.0.4" />
paket add jSQL.js --version 1.0.4
#r "nuget: jSQL.js, 1.0.4"
// Install jSQL.js as a Cake Addin #addin nuget:?package=jSQL.js&version=1.0.4 // Install jSQL.js as a Cake Tool #tool nuget:?package=jSQL.js&version=1.0.4
jSQL facilitates the query, update and delete of items, in an array of plain objects, using JavaScript and SQL like syntax.
* SQL like syntax
* SQL feature implementation: Join, Left Join, Select [Distinct] [Top], Where, Group By, Having, Aggregate functions, Order By [Desc], Update and Delete
* User defined aggregate functions
* Lazy evaluation
* Ability to build a partial query and then extend it as a new independent query
* Full visual studio intellisense support
* Comprehensive parse-time and optional execution-time error checking
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Pass the item index as the second parameter of iterator methods.