litestream
Continuous disaster recovery and replication for SQLite databases
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Litestream?โผ
Run `npx skills add benbjohnson/litestream --all -g -y` in your terminal to install all tools in this suite globally.
What does Litestream do for SQLite?โผ
Litestream runs as a background process that streams SQLite changes to cloud storage like S3, giving you continuous backups and point-in-time recovery without corrupting your database.
How to restore a SQLite database with Litestream?โผ
Point Litestream at your replica destination and run the restore command; it replays the immutable LTX change files to rebuild your database to any point in time.
Can AI agents contribute to Litestream safely?โผ
Yes. The AGENTS.md and CLAUDE.md guides teach agents the critical rules, like skipping the 1GB lock page and never modifying LTX files, plus build and test commands.
Which storage backends does Litestream support?โผ
Litestream replicates to S3, Google Cloud Storage, and plain local files, and the skill includes a guide for implementing new storage backends via the ReplicaClient interface.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core