Improvement
CLI commands documented alongside Dashboard
Every Database management page now includes a CLI tab next to the Dashboard instructions. Create and regenerate access tokens withbunny db tokens create and bunny db tokens invalidate, manage replica regions with bunny db regions, check usage metrics with bunny db usage, and open a visual table browser with bunny db studio. Learn moreNew
Bunny CLI
Manage Bunny Database from your terminal with the new Bunny CLI. Create databases, open an interactive SQL shell withbunny db shell, generate auth tokens, and browse tables with bunny db studio. Learn moreNew
Database Shell
The Bunny Database Shell (bsql) is a standalone, interactive SQL shell for querying and managing your database from the terminal. It supports dot-commands, multiple output formats, and persistent history. Read the announcement or learn more.New