askorama / orama

🌌 Fast, dependency-free, full-text and vector search engine with typo tolerance, filters, facets, stemming, and more. Works with any JavaScript runtime, browser, server, service!

Home Page:https://docs.orama.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support mmkv

Ashraf-Ali-aa opened this issue · comments

it would be really useful if this supported https://github.com/mrousavy/react-native-mmkv since mmkv it really fast and supports mobile and web

Hi @Ashraf-Ali-aa, I'm not sure what do you mean by that?

@micheleriva I wanted to persist the data used by orama. react native mmkv supports storing data in mobile and web, I thought it might be a good option to combine them to have full offline search.

thanks, I have not seen that.