Develop a JMAP-compatible API layer that uses IndexedDB as its storage backend, including schema definition and query capabilities. - Define schema: object stores, indexes, and key paths - Support filtering, sorting, and pagination using JMAP Query objects - Reuse the JMAP Query → predicate function logic for local query evaluation #1734
Develop a JMAP-compatible API layer that uses IndexedDB as its storage backend, including schema definition and query capabilities.