You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anything that provides abstraction over IndexedDB similar to https://dexie.org ? I know about web_sys but if Yew has recommendation for a wrapper over dexie or IndexedDB that would be much safer and nicer to use.
The text was updated successfully, but these errors were encountered:
Indexed DB wrapper isn't something that Yew should provide, even the Yew services are removed in master. This is more suited for gloo. See rustwasm/gloo#2
Is there anything that provides abstraction over IndexedDB similar to https://dexie.org ? I know about web_sys but if Yew has recommendation for a wrapper over dexie or IndexedDB that would be much safer and nicer to use.
The text was updated successfully, but these errors were encountered: