Version v1.x

SQLite

Available in

.NET Node.js Python

Configure DurableStack with SQLite for local or single-instance durable scenarios.

SQLite provides durable local persistence with minimal setup.

It is a strong fit for local development and small single-instance deployments.

Registration

Operational notes

  • Use persistent volume storage if data must survive container restarts.
  • SQLite is generally not the first choice for high-scale distributed clusters.
  • Keep retention/pruning enabled to avoid local file growth.