Noboru Saito
Noboru Saito
Wayland defaults to the clipboard, so users will need to add an argument if they want to use PRIMARY. PRIMARY is provided as a separate command, so that the order...
Re-execute the command when reloading in exec mode. It's the equivalent of the watch command.
`pager` is often called and used by other applications. It is easy to start using if there is a usage example.
Commands with no arguments work ``` \set PAGER 'less' ``` But it doesn't work with arguments ``` \set PAGER 'less --header 1' SELECT * FROM test; error: pq: exec: "less...
Currently, SELECT is the only example that is output as analysis. However, it will be easier to import if the examples of `CREATE TABLE AS` and` INSERT INTO table SELECT`...
If the package can be installed, add the installation instructions to README.md. If there is a package available for your OS, please tell me how to do it.
### Description Allows data to be imported by Exec(parameter) after using special `Data::Data` as file path of `LOAD DATA LOCAL INFILE`. It is easy to use instead of `INSERT INTO`....
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.
[logfmt](https://brandur.org/logfmt) seems to be able to process as well as ltsv and ndjson (jsonl).
The timeout settings were applied at the wrong locations. Resolves the TODO.