runbox7 icon indicating copy to clipboard operation
runbox7 copied to clipboard

#JMAP Implement JMAP API backed by IndexedDB with schema and query support

Open shadowbas opened this issue 2 months ago • 0 comments

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

shadowbas avatar Oct 22 '25 13:10 shadowbas