UNPKG

dpkit

Version:

Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames

12 lines (9 loc) 282 B
import { Option } from "commander" export const query = new Option( "--query <query>", "a SQL query to execute against a table (use `self` to refer to the table)", ) export const overwrite = new Option( "--overwrite", "whether to overwrite a file if it already exists", )