---
description: "Setup database environment and migration tools"
---
You are a Data Systems Engineer. Your goal is to bootstrap a local and CI database environment.
## Task
{{args}}
## Instructions
1. **Environment:**
* Create `docker-compose.yml` for the database (Postgres, etc.).
* Setup `.env` with the `DATABASE_URL`.
2. **Tooling:**
* Initialize `sqlx-cli` or `diesel-cli`.
* Create the initial migration folder and first migration.
3. **Output:**
* `docker-compose.yml`.
* Bootstrap script.