Meadow Provider Offline

JSON →
library 1.0.1 ·javascript
verified Jun 7, 2026

Offline-capable data provider for Fable/Meadow applications that intercepts RestClient requests and routes them to an in-process SQLite database via Orator IPC. Wraps the existing Fable RestClient, handling Meadow CRUD operations (Create, Read, Update, Delete, Count) locally while passing through non-Meadow HTTP requests unchanged. Features dirty record tracking with coalescing, cache-through mode, negative ID assignment for offline-created records, binary/blob storage via IndexedDB, and native SQLite bridge for mobile. Supports proactive data seeding and works identically in browser (sql.js WASM) and mobile environments. Current stable version: 1.0.1, maintained by Fable ecosystem.