How to use the alasql.options function in alasql

To help you get started, we’ve selected a few alasql examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github agershun / alasql / bin / alasql-cli.js View on Github external
.then(function(res){
		if(!alasql.options.stdout){
			console.log(formatOutput(res));
		}
		process.exit(0);
	}).catch(function(err){
		console.log(formatOutput({error:err}));
github agershun / alasql / bin / alacon.js View on Github external
var res = alasql(sql,params,function(res){
		if(!alasql.options.stdout) console.log(res);
	});
//	console.log(res);

alasql

Use SQL to select and filter javascript data - including relational joins and search in nested objects (JSON). Export to and import from Excel and CSV

MIT
Latest version published 10 days ago

Package Health Score

89 / 100
Full package analysis