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

Allows multiple queries. #262

Closed noborus closed 7 months ago

noborus commented 7 months ago

Allows multiple queries to return multiple results. Multiple queries are split and sent to the database. Therefore, it works even if the driver does not specify support for multiple queries. Supports SELECT after UPDATE.

This is an implementation of #184.