jSQL.js 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package jSQL.js --version 1.0.1
NuGet\Install-Package jSQL.js -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jSQL.js" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jSQL.js --version 1.0.1
#r "nuget: jSQL.js, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jSQL.js as a Cake Addin
#addin nuget:?package=jSQL.js&version=1.0.1

// Install jSQL.js as a Cake Tool
#tool nuget:?package=jSQL.js&version=1.0.1

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

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.0.4 3,576 2/22/2015
1.0.3 2,959 2/20/2015
1.0.1 2,928 2/18/2015
1.0.0 3,186 2/11/2015

onComplete callback added to iterator methods.