rustlift 2.0.1

A typestate-driven deployment agent for Azure Web Apps
Documentation
---
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.