Skip to main content
Module

x/sql_select/package.json

A js library for performing SQL like queries on arrays of objects.
Go to Latest
File
{ "name": "sql-select", "type": "module", "version": "2.0.0", "description": "A js library for performing SQL like queries on arrays of objects.", "main": "./dist/select.js", "keywords": ["sql", "select", "object", "arrays of objects", "query", "database", "db", "table", "groupby", "aggregate", "join", "inner join", "outer join", "semi join", "left join", "left outer join", "right join", "right outer join", "full join", "full outer join", "median", "percentile", "quantile", "aggregate functions", "window functions", "user defined functions", "statistical functions"], "homepage": "https://github.com/kismts/sql-select#readme", "repository": { "type": "git", "url": "https://github.com/kismts/sql-select.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "kismts", "license": "MIT"}