-c, --config string Path to the configuration database
--csv Output format as CSV
-d, --database string Database to connect to (a path or :memory: )
--dev Run the program in developer mode
--extension strings Load one or more extensions by specifying their path. Separate multiple extensions with a comma.
--format string Output format (pretty, json, csv, plain )
-h, --help help for query
--in-memory Use an in-memory database
--init stringArray Run SQL commands in a file before the query. You can specify multiple files.
--json Output format as JSON
--language string Alternative language to use
--log-file string Log file
--log-format string Log format (text, json ) ( default " text " )
--log-level string Log level (trace, debug, info, warn, error, off ) ( default " info " )
--plain Output format as plain text
--pql Use the PQL language
--prql Use the PRQL language (requires prqlc in PATH )
-q, --query string Query to run
--read-only Start the server in read-only mode
--readonly Start the server in read-only mode