Install
Databao CLI is available on PyPI.
Before you begin
- Make sure you have Python 3.11 or later.
- If you haven't already, install uv.
Install Databao
To install Databao CLI to your PATH, use the following command:
uv tool install databaoYou can also run the latest version of Databao CLI without installing it:
uvx databaoInstall the adapters
If your project uses PostgreSQL, BigQuery, or Snowflake, make sure to also install the corresponding adapter.
PostgreSQL
uv tool install databao[postgresql]BigQuery
uv tool install databao[bigquery]Snowflake
uv tool install databao[snowflake]