sqlite-pusher

JSON →
library 0.3.0 ·javascript maintenance
verified Jun 7, 2026

Push sqlite entries for bi-directional synchronisation based on an incremental field in a sqlite table. Version 0.3.0 fetches the last sync state via GET, then pushes new records via PUT in configurable chunks at set intervals. Lightweight, Node.js-only, minimal dependencies: better-sqlite3 and node-fetch. Not actively maintained; last updated 2020. Suitable for simple uni-directional sync scenarios where polling and incremental IDs suffice.