noborus / trdsql

CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.
https://noborus.github.io/trdsql/
MIT License
1.94k stars 73 forks source link

Enable sqlite_math_functions #199

Closed noborus closed 1 year ago

noborus commented 1 year ago

This allows the following mathematical functions to be used:

trdsql -driver sqlite3 "SELECT pi();"

See: https://www.sqlite.org/lang_mathfunc.html .