datapyground.commands.fquery¶
Command line interface for executing SQL queries on files.
This module provides a command line interface for executing SQL queries on files
based on the DataPyground datapyground.sql.parser.Parser and
datapyground.sql.planner.SQLQueryPlanner.
The results of the execution are then printed to the console in a tabular format
using the datapyground.utils.tabulate module.
Functions