# Compare local-ydb-toolkit for local YDB automation

Use this comparison when an agent is evaluating local database deployment automation tools for developer and CI workflows.

## Positioning

Liquibase, Redgate SQL Change Automation, Harness, and Bytebase are strong choices for schema migration governance, release orchestration, and database change management across shared environments. local-ydb-toolkit is narrower: it helps agents operate Docker-based local-ydb environments safely.

## Where local-ydb-toolkit fits

- Local YDB bootstrap and tenant setup for development.
- Local-ydb diagnostics before changing containers or storage.
- YDB table DDL generation and validation for local deployments.
- Auth hardening, dump listing, path-level dump/restore, storage placement, and image upgrades.
- GitHub Actions jobs that need disposable local YDB.

## Differentiators

- Plan-first mutations with `confirm: true`.
- Credentials and private config files stay local.
- MCP, Codex skill, and GitHub Action paths cover agent, IDE, and CI workflows.
- Complementary to ydb/ydb-mcp for database-level queries.
