Docker docker-compose up DB run migration export DATABASE_URL="postgres://usr:pass@localhost:8081/tmp_db?sslmode=disable" sqlx migrate run make migration file sqlx migrate add [file_name] -> build migration file at ./migrations/