Databao docs

Install

Databao CLI is available on PyPI.

Before you begin
  1. Make sure you have Python 3.11 or later.
  2. If you haven't already, install uv.

Install Databao

To install Databao CLI to your PATH, use the following command:

Terminal
uv tool install databao

You can also run the latest version of Databao CLI without installing it:

Terminal
uvx databao

Install the adapters

If your project uses PostgreSQL, BigQuery, or Snowflake, make sure to also install the corresponding adapter.

PostgreSQL

Terminal
uv tool install databao[postgresql]

BigQuery

Terminal
uv tool install databao[bigquery]

Snowflake

Terminal
uv tool install databao[snowflake]

On this page