- Add GizmoSQL setup instructions to database documentation (#24)
- Trigger releases on GitHub Release published
- Update changelog [skip ci]
- Prevent changelog workflow loop without [skip ci]
- Allow workflow_dispatch to publish to PyPI
- Update changelog
- Update changelog
- Add workflow_dispatch trigger and concurrency to docs deploy
- Render timestamp with time zone data
- Fix database driver examples (#7)
- Add datafusion, spark, and clickhouse examples (#13)
- Add workflow to auto-update changelog via git-cliff
- Update changelog [skip ci]
- Add crates.io release workflow
- Bump version to 0.1.1
- Update changelog [skip ci]
- Update installation guide
- Update demo gif url
- Bump version
- Use trusted publishing for PyPI releases
- Update changelog
- Enable trusted publishing
- Bump version to 0.1.0-beta.1
- Add connection profile support
- Add crates.io installation instructions
- Add repository url
- Set repo name and icon
- Rename images directory
- Add databow badge
- Fix databow badge url
- Add demo gif
- Add tutorial page
- Add badges
- Rename project
- Add workflow for docs deployment
- Upgrade dependencies
- Upgrade rust toolchain channel
- Extend python configuration
- Add pypi workflow
- Remove vscode config
- Bump version to 0.1.0-beta
- Replace arrow pretty print with custom table formatter
- Add automatic terminal theme detection to syntax highlighter
- Add dynamic content arrangement
- Add non-interactive usage modes
- Add custom catppuccin themes
- Add configurable table display styles
- Add utf8_compact table style
- Add file output
- Add multiline SQL input support in REPL
- Require double Ctrl+C to exit REPL
- Continue repl loop on empty input
- Prevent empty file creation on empty query results
- Print REPL errors to stderr instead of stdout
- Replace hardcoded version with CARGO_PKG_VERSION macro
- Extract option parsing logic
- Use PathBuf value parser for file argument
- Reuse database::execute_query in REPL
- Separate connection config from application config
- Use clap ValueEnum for table mode parsing
- Simplify option handling in syntax lookup
- Return Result from initialize_connection
- Update examples to reflect new table formatter output
- Add highlights section
- Update installation guide
- Add contributing guide
- Fix security email
- Add logo
- Add databases page
- Add documentation for file export feature
- Clean up README and docs code examples
- Add unit tests for cli and table modules
- Initial commit
- Update rust toolchain channel
- Remove prettyprint feature from arrow dependency
- Add dbc and duckdb driver installation to workflow
- Add license headers
- Add pyproject.toml file
- Fix clippy pedantic errors
- Add package metadata
- Add changelog