saveqlite

JSON →
library 1.1.2 ·javascript
verified Jun 7, 2026

saveqlite is a TypeScript library for incremental backup of SQLite databases. Version 1.1.2 provides functions to create incremental backups and restore them, reducing storage overhead by only saving changes since the last snapshot. It is based on sqlite3-incremental-backup and requires Node.js >=14 and npm >=8. Released as an npm package, it is actively maintained.