Usage
Params
| Parameter | Type | Description | Default |
|---|---|---|---|
| db_path | str | SQLite database file path | ”./durable_executions.db” |
Characteristics
- 🗄️ Single-file database
- ✅ ACID transactions
- ✅ Queryable execution history
- ✅ Efficient for thousands of executions
Queryable, efficient storage for small to medium applications
| Parameter | Type | Description | Default |
|---|---|---|---|
| db_path | str | SQLite database file path | ”./durable_executions.db” |