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