content
content copied to clipboard
Query SQLite from iOS/Android
I'm using Nuxt 3 and Nuxt UI to build a monolithic TS web application, which also has API endpoints that power iOS and Android native mobile clients. I'm in the process of adding a CMS to this architecture. There are a number of reasons that shipping the entire content database to the mobile clients and allowing them to query it themselves is appealing to me. Is there a precedent of folks using Nuxt Content to meet this need? Are there existing swift or kotlin clients? Is the content database implement in Nuxt stabile enough that I could write my own clients? I have resources to collaborate and contribute back here if the Nuxt team is open to it.