Skip to content

Releases: kostya-zero/qry

0.3.0

Choose a tag to compare

@kostya-zero kostya-zero released this 11 Jul 08:50
612f9ee
  • Added TOML configuration file support.
  • Added .config command to display current configuration.
  • Added --config-path flag 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

Choose a tag to compare

@kostya-zero kostya-zero released this 07 Jul 05:07
f5e537c
  • QRY now uses terminal colors for output.

0.2.2

Choose a tag to compare

@kostya-zero kostya-zero released this 03 Jun 14:00
0fa855f
  • REPL now exits cleanly on EOF / Ctrl+D. Session stats and goodbye message still shown.
  • DATABASE_URL handling improved. Empty env value no longer treated like valid DSN.
  • PostgreSQL driver resolution fixed. Explicit --driver postgres no 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

Choose a tag to compare

@kostya-zero kostya-zero released this 13 May 10:30
16d4ef1

Removed

  • Removed information about unimplemented command from .help.

Full Changelog: 0.2.0...0.2.1

0.2.0

Choose a tag to compare

@kostya-zero kostya-zero released this 13 May 10:24
bfa4a9c

Changed

  • Breaking Change: Providers have been renamed to drivers.
  • The CLI now requires a DSN to connect. If the DATABASE_URL environment variable is set, the CLI will launch automatically without additional arguments.
  • QRY can now automatically detect the database driver based on the provided DSN.

Added

  • Added support for specifying the DSN via the DATABASE_URL environment variable.
  • Added support for the NO_COLOR environment variable to disable colored output.

Full Changelog: 0.1.0...0.2.0

0.1.0

Choose a tag to compare

@kostya-zero kostya-zero released this 08 May 17:48
fe9cf1c

First stable release of QRY!