DBOS Transact: Ultra-Lightweight Durable Execution in TypeScript
2025-01-16
DBOS Transact is a lightweight TypeScript library for durable execution, leveraging Postgres for persistence. This means your program can automatically resume from where it left off, even if interrupted or crashed. It solves common problems like orchestrating long-running workflows, running reliable background jobs, processing events exactly once, and building fault-tolerant distributed task queues. DBOS Transact is easy to use: install it and annotate your program with decorators. It requires no other dependencies and integrates seamlessly into any TypeScript application, like Next.js, without external dependencies beyond Postgres.
Development
durable execution