Durafetch
Durafetch is a CLI to download your Cloudflare Durable Objects to a SQLite database.
Github: Durafetch CLI • Durafetch Server
- Understand the state of your distributed system with a single SQLite database.
- Speed up local development by observing your server state during development.
- Run admin queries on production data without having to make network requests.
- Use a full SQL engine and JSON-SQL functions to query your state.
- Create indexes on side-columns.
- Back-up and restore.
See the Durafetch Server readme for more details.