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

Support go1.18 or later #196

Closed noborus closed 1 year ago

noborus commented 2 years ago

Add https://github.com/multiprocessio/go-sqlite3-stdlib to the driver with the name "sqlite3_ext". The following examples are possible:

trdsql -driver sqlite3_ext "SELECT repeat('x', 2)"

Resolved #140.

noborus commented 2 years ago

Since go1.18 is required, it is temporarily put on hold.