Releases: kostya-zero/quro
Releases · kostya-zero/quro
Release list
0.4.1
- Simplified the build process on Linux systems. Now Quro shouldn't require to install OpenSSL.
Full Changelog: 0.4.0...0.4.1
0.4.0
- The project has been renamed from QRY to Quro.
- The project has been rewritten in Rust!
- Fixed an issue that caused to break the terminal in some shells after exiting CLI.
- Quro will print tables without borders.
Full Changelog: 0.3.0...0.4.0
0.3.0
- Added TOML configuration file support.
- Added
.configcommand to display current configuration. - Added
--config-pathflag to print configuration file path. - Added configurable table borders, with rounded borders as default.
- Improved multiline query prompt formatting.
Full Changelog: 0.2.3...0.3.0
0.2.3
0.2.2
- REPL now exits cleanly on
EOF/Ctrl+D. Session stats and goodbye message still shown. DATABASE_URL handlingimproved. Empty env value no longer treated like valid DSN.- PostgreSQL driver resolution fixed. Explicit
--driver postgresno longer falls into unknown-driver path. - Driver detection errors clearer. If DSN cannot be inferred, QRY now tells user to pass
--driver. - Non-SELECT SQL now shows execution result, including affected row count when available.
Full Changelog: 0.2.1...0.2.2
0.2.1
0.2.0
Changed
- Breaking Change:
Providershave been renamed todrivers. - The CLI now requires a DSN to connect. If the
DATABASE_URLenvironment variable is set, the CLI will launch automatically without additional arguments. QRYcan now automatically detect the database driver based on the provided DSN.
Added
- Added support for specifying the DSN via the
DATABASE_URLenvironment variable. - Added support for the
NO_COLORenvironment variable to disable colored output.
Full Changelog: 0.1.0...0.2.0