ashim/apps/api/drizzle/meta
Siddharth Kumar Sah 263447a81e feat(api): add pipeline execution, save, and list endpoints
Add pipelines table to SQLite schema with Drizzle migration.
Implement POST /api/v1/pipeline/execute (sequential multi-tool processing),
POST /api/v1/pipeline/save, GET /api/v1/pipeline/list,
DELETE /api/v1/pipeline/:id. Pipeline execution validates all tool IDs
and settings before processing, chains output of each step as input
to the next.
2026-03-22 04:41:51 +08:00
..
0000_snapshot.json feat: add SQLite database with Drizzle ORM schema and migrations 2026-03-22 02:51:57 +08:00
0001_snapshot.json feat(api): add pipeline execution, save, and list endpoints 2026-03-22 04:41:51 +08:00
_journal.json feat(api): add pipeline execution, save, and list endpoints 2026-03-22 04:41:51 +08:00