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.93k stars 72 forks source link

Enables CGO free build #242

Closed noborus closed 9 months ago

noborus commented 9 months ago

Enables building using modernc.org/sqlite without using CGO. The default is to build with CGO enabled, as performance is better using CGO.