Skip to content

DBCrust 0.36.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 18:41
· 7 commits to main since this release

Fast Rust database workbench for the terminal: PostgreSQL, MySQL, SQLite, ClickHouse, MongoDB, Elasticsearch, SQL over Parquet/CSV/JSON, optional AI, SSH/Vault, Python API, and Django ORM analysis.

Docs: https://clement-tourriere.github.io/dbcrust/

What's Changed

Feat

  • add White Dragon SQL endpoint support
  • backend-aware quoting, schema metadata, and structured NULL results

Installation

Standalone CLI

curl -fsSL https://clement-tourriere.github.io/dbcrust/install.sh | sh
dbc postgres://user:pass@localhost/mydb

Python/PyPI

# Quick run (no installation needed)
uvx dbcrust postgresql://user:pass@localhost/mydb

# Install globally
uv tool install dbcrust

Full changelog: CHANGELOG.md