/muto

SQL on JSON and CSV

Primary LanguageTypeScriptMIT LicenseMIT

import { query } from "muto";

await query('select * from "s3://superbucket/stats.csv" to "./result.json"')

or use the CLI

muto query 'select * from "s3://superbucket/stats.csv" to "./result.json"'